OBJECT
Track
link GraphQL Schema definition
- type Track implements Displayable {
- Album :
- Artist] : [
- # The markets where the track is licensed for playback
- IsoCountry] : [
- Display :
- # The track's duration in milliseconds
- Int @deprecated( reason: "Use duration_ms instead" ) :
- # The track's duration in milliseconds
- Int :
- Boolean :
- ID! :
- # If the track is licensed for playback in a particular market.
- #
- # Arguments
- # market: [Not documented]
- IsoCountry!): Boolean ( :
- # A globally unique ID to identify this recording
- String! :
- String @deprecated( reason: "Use title instead." ) :
- # A 30 second preview of the track. Not available for all tracks
- String :
- # The recognizability of this track (0-100)
- Int :
- # A URL that can be used to share the track with users. Does not necessarily
- # always point to the same provider (e.g. Spotify)
- String @deprecated( reason: "Will be removed in a future version." ) :
- # The track's version identifier
- String :
- String :
- # The version of the recording, e.g. radio edit.
- String :
- }