Record
album-object
No description available.
record album-object {
album-type: album-object-album-type-enum,
available-markets: list<string>,
copyrights: option<list<copyright-object>>,
external-ids: option<external-id-object>,
external-urls: external-url-object,
genres: option<list<string>>,
href: string,
id: string,
images: list<image-object>,
label: option<string>,
name: string,
popularity: option<s32>,
release-date: string,
release-date-precision: album-object-release-date-precision-enum,
restrictions: option<album-restriction-object>,
total-tracks: s32,
type-op: album-object-type-op-enum,
uri: string,
artists: option<list<artist-object>>,
tracks: option<paging-simplified-track-object>,
}Fields
| Name | Type | Description |
|---|---|---|
| album-type | album-object-album-type-enum | |
| available-markets | list<string> | |
| copyrights | option<list<copyright-object>> | |
| external-ids | option<external-id-object> | |
| external-urls | external-url-object | |
| genres | option<list<string>> | |
| href | string | |
| id | string | |
| images | list<image-object> | |
| label | option<string> | |
| name | string | |
| popularity | option<s32> | |
| release-date | string | |
| release-date-precision | album-object-release-date-precision-enum | |
| restrictions | option<album-restriction-object> | |
| total-tracks | s32 | |
| type-op | album-object-type-op-enum | |
| uri | string | |
| artists | option<list<artist-object>> | |
| tracks | option<paging-simplified-track-object> |