ReleaseItemData Object
Description
Detailed data and metadata specific to release items.
Declaration
type ReleaseItemData {
title: String
discogsId: Float
country: String
formats: [ReleaseFormat!]
identifiers: [ItemDataIdentifier!]
tracklist: [ReleaseTrack!]
releaseDate: Date
weight: Float
genres: [String!]
images: [ReleaseImage!]!
artists: [ReleaseArtist!]
year: Int
labels: [ReleaseLabel!]
styles: [String!]
videos: [ReleaseVideo]
origin: String
snippetRef: ID
}
Fields
| Name | Type | Description |
|---|---|---|
title | String | Title of the release. |
discogsId | Float | External identifier from the marketplace system. |
country | String | Country of origin or release country code. |
formats | [ReleaseFormat!] | Format information for the release. |
identifiers | [ItemDataIdentifier!] | Identifiers associated with the release (e.g., barcodes, catalog numbers). |
tracklist | [ReleaseTrack!] | Track listing for the release. |
releaseDate | Date | Release date of the item. |
weight | Float | Weight of the item in grams or specified unit. |
genres | [String!] | Musical genres associated with the release. |
images | [ReleaseImage!]! | Images associated with the release. |
artists | [ReleaseArtist!] | Artists associated with the release. |
year | Int | Year of release. |
labels | [ReleaseLabel!] | Record labels associated with the release. |
styles | [String!] | Musical styles associated with the release. |
videos | [ReleaseVideo] | Videos associated with the release. |
origin | String | Origin or source of the release data. |
snippetRef | ID | Reference to a content snippet or template. |