OBJECT
SpotifyPlaylist
Information about a Spotify playlist
link GraphQL Schema definition
- type SpotifyPlaylist implements AnalyticsPlaylist {
- # Total number of days listed in playlist
- Int :
- # Most recent follower count
- Int! :
- # Chartmetric playlist ID
- ID! :
- # Playlist cover image URL
- String! :
- # Playlist ID from the partner, usually will be present in the playlist's URI/URL
- Boolean! :
- Media :
- # Playlist Title
- String! :
- # Curator name
- String! :
- # The peak position of the track ever in the playlist
- Int! :
- # Playlist ID from the partner, usually will be present in the playlist's URI/URL
- ID! :
- # The current position of the track in the playlist
- Int! :
- # Removal date
- String :
- # Track name
- String! :
- # Track streams
- Int! :
- # URL link to the playlist on Spotify website
- String! :
- }
link Require by
This element is not required by anyone