eg-0391
From
v29.4
JSON-LD
{
"@context": "https://schema.org",
"@type": "MusicRelease",
"name": "The Beatles",
"alternateName": "White Album",
"musicReleaseFormat": "https://schema.org/VinylFormat",
"duration": "PT1H33M50S",
"inLanguage": "EN",
"recordLabel": {
"@type": "Organization",
"@id": "http://musicbrainz.org/label/cf7fc5cf-e011-4ef4-b511-cd0188537910",
"name": "Apple Records"
},
"catalogNumber": "SWBO 101",
"releasedEvent": [
{
"@type": "PublicationEvent",
"startDate": "1968-11-22",
"location": {
"@type": "Country",
"name": "Canada"
}
},
{
"@type": "PublicationEvent",
"startDate": "1968-11-25",
"location": {
"@type": "Country",
"name": "United States"
}
}
],
"producer": [
{
"@type": "Person",
"name": "George Martin"
},
{
"@type": "Person",
"name": "Chris Thomas"
}
]
}Pre-Markup
An example of a single release of the Beatles White Album, which was released in the US and Canada on different dates.