Track Object
Description
Track information for a release item.
Declaration
type Track {
type_: String
artists: [ItemArtist!]!
duration: String
position: String
title: String
uri: String
}
Fields
| Name | Type | Description |
|---|---|---|
type_ | String | Track type (e.g., "heading", "track"). |
artists | [ItemArtist!]! | Artists credited on this track. |
duration | String | Track duration. |
position | String | Track position on the release. |
title | String | Track title. |
uri | String | URI to track audio or additional information. |