OBJECT

HistoryTrack

A track that a sound zone has played

link GraphQL Schema definition

  • type HistoryTrack implements Node {
  • finishedAt: Date
  • id: ID!
  • # The PlaybackSource the current track is from
  • playFrom: PlaybackSource
  • startedAt: Date
  • # Arguments
  • # market: [Not documented]
  • track(market: IsoCountry!): Track
  • }