OBJECT
AppleMusicPlaylist
Information about an Apple Music playlist
link GraphQL Schema definition
- type AppleMusicPlaylist implements AnalyticsPlaylist {
- # Total number of days listed in playlist
- 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 Apple Music website
- String! :
- }
link Require by
This element is not required by anyone