Skip to main content

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

NameTypeDescription
titleStringTitle of the release.
discogsIdFloatExternal identifier from the marketplace system.
countryStringCountry 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.
releaseDateDateRelease date of the item.
weightFloatWeight 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.
yearIntYear 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.
originStringOrigin or source of the release data.
snippetRefIDReference to a content snippet or template.