OBJECT

NowPlaying

What's currently playing at a sound zone

link GraphQL Schema definition

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