Record
track-object
No description available.
record track-object {
album: option<simplified-album-object>,
artists: option<list<artist-object>>,
available-markets: option<list<string>>,
disc-number: option<s32>,
duration-ms: option<s32>,
explicit: option<bool>,
external-ids: option<external-id-object>,
external-urls: option<external-url-object>,
href: option<string>,
id: option<string>,
is-local: option<bool>,
is-playable: option<bool>,
linked-from: option<track-object-linked-from>,
name: option<string>,
popularity: option<s32>,
preview-url: option<string>,
restrictions: option<track-restriction-object>,
track-number: option<s32>,
type-op: option<track-object-type-op-enum>,
uri: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| album | option<simplified-album-object> | |
| artists | option<list<artist-object>> | |
| available-markets | option<list<string>> | |
| disc-number | option<s32> | |
| duration-ms | option<s32> | |
| explicit | option<bool> | |
| external-ids | option<external-id-object> | |
| external-urls | option<external-url-object> | |
| href | option<string> | |
| id | option<string> | |
| is-local | option<bool> | |
| is-playable | option<bool> | |
| linked-from | option<track-object-linked-from> | |
| name | option<string> | |
| popularity | option<s32> | |
| preview-url | option<string> | |
| restrictions | option<track-restriction-object> | |
| track-number | option<s32> | |
| type-op | option<track-object-type-op-enum> | |
| uri | option<string> |