ReleaseTrack Object
Description
Track information for a release item.
Declaration
type ReleaseTrack {
artists: [ReleaseArtist!]
type_: String
title: String
position: String
duration: String
uri: String
plays: Int
}
Fields
| Name | Type | Description |
|---|---|---|
artists | [ReleaseArtist!] | Artists credited on this track. |
type_ | String | Track type (e.g., "heading", "track", "index"). |
title | String | Title of the track. |
position | String | Position of the track on the release (e.g., "A1", "1"). |
duration | String | Duration of the track (e.g., "3:45"). |
uri | String | URI to access track audio or additional information. |
plays | Int | Number of times the track has been played. |