Create a new Release in OpenPlay Music. The structure for
creating a Release can also include most of the associated data
that can be created along with a Release (such as contributions,
artist, tracks, works, etc).
Note
With the sample
curl
command, this request body would go in a
release.json
file
-
title
string
-
configuration
string
The main release type. Different release configurations have different features and validations (for instance audio vs video configurations).
-
label
string
-
display_title
string
-
version_title
string
Used to distinguish multiple versions of the same record. (Example: 'Live')
-
version_display_title
string
-
display_label
string
Used to market a particular asset on digital partner sites. To be displayed on the online retailer's site or service.
-
genre
string
genre choice also determines valid sub_genre choices (if available)
-
sub_genre
string or null
sub_genre choices (if available) are dependent on genre choice.
See genre for list of valid options.
-
series_name
string
Name of the Series (Example: 'Greatest Hits Collection')
-
release_date
string
Primary release date associated with the Release
-
release_time
string
-
original_release_date
string
The date this Release was originally released if previously released.
-
artist_display_name
string
-
upc
string
UPC (US 12-digit code with optional leading zeros) or EAN (Europe 13-digit code with optional leading zero)
-
catalog_number
string
A local release number or catalog number used internally to uniquely identify the release
-
music_type
string
Type of Music (May impact available metadata fields)
-
audio_language
string
Primary language of recorded audio
-
metadata_language
string
Language in which the metadata is written
-
metadata_language_country
string
Country that the Metadata Language is associated with
-
compilation_type
string
Indicates if the Release is a compilation or if the Release contains audio used for the soundtrack of a Film or Television show
-
parental_advisory
string
-
promotional
string
If checked, this Release is a promotion (non-commercial) release
-
box_set
string
If checked, this Release is part of a box set
-
indie_exclusive
string
If checked, this Release is an Indie Exclusive
-
soundtrack
string
If checked, this Release contains audio used for the soundtrack of a Film or Television show
-
audio_presentation
string
The format of the associated audio
-
resolution_type
string
The type of HD content. Digital configurations only.
-
studio
string
Studio Name for MFiT Releases. Digital configurations only.
-
pline_year
string
-
pline_owner
string
-
pline_license
string
-
cline_year
string
-
cline_owner
string
-
cline_license
string
-
keywords
string
Additional keywords to find this content by. Separate keywords with space. Use - or _ for compound words (i.e. 'funky-soul')
-
internal_synopsis
string
Summary information meant for internal use. This data is not passed to downstream systems or partners.
-
notes
string
Supplementary information meant for internal use. This data is not passed to downstream systems or partners.
-
distribution_group_id
string
-
rights_period
string
-
rights_expiry_rule
string
-
lost_rights
string
e.g. "The license has expired and you've lost the right to distribute this release"
-
lost_rights_on
string
-
lost_rights_reason
string
-
partner_restrictions
string
-
distribution_notes
string
-
license
string
-
track_listing_embargo
string
-
audio_embargo
string
-
cover_art_embargo
string
-
product_details_embargo
string
-
partners
partners
object
-
partners.excluded
boolean
-
partners.partner_names
array of
strings
-
release_price_tier
string
-
track_price_tier
string
Digital configurations only.
-
primary_contributions
array of
primary_contributions
objects
-
primary_contributions.id
string
Unique ID of the record. The ID for each record is returned from the record's Search API, and appears in the browser URL when viewing the record in the application.
-
primary_contributions.artist
string
The primary artist associated with this record. Must exactly match the name of an existing Artist or a new one will be created.
-
primary_contributions.featured
string
-
contributions
array of
contributions
objects
-
contributions.id
string
Unique ID of the record. The ID for each record is returned from the record's Search API, and appears in the browser URL when viewing the record in the application.
-
contributions.artist
string
The primary artist associated with this record. Must exactly match the name of an existing Artist or a new one will be created.
-
contributions.role
string
-
contributions.type
string
More specific Type of Role the artist played. Valid type choice depends on role choice.
See role for list of valid options.
-
discs
array of
discs
objects
Discs associate tracks (via disc_tracks) to releases. A release may have 1 or more discs, and those discs may have 1 or more tracks (via disc_tracks).
curl https://{subdomain}.openplaymusic.com/connect/v1/releases/ \
-u {API Key Id} \
-H "Content-Type: application/json" \
-d@./release.json
{
"title": "If That's What It Takes",
"configuration": "Digital Album",
"label": "Smooth Records Group",
"display_title": "Michael McDonald New Soul Classics",
"version_title": "API Version",
"version_display_title": "Special Edition",
"display_label": "Smooth Records Group, Inc.",
"sub_genre": null,
"series_name": "Soul Classics",
"release_date": "2022-03-11",
"release_time": "12:30:00",
"original_release_date": "1981-11-13",
"artist_display_name": "Michael McDonald & Friends",
"upc": "000000000017",
"catalog_number": "SRG00001",
"music_type": "pop",
"audio_language": "English",
"metadata_language": "English",
"metadata_language_country": "US",
"compilation_type": "Single-Artist Release",
"parental_advisory": "Non-Applicable",
"promotional": true,
"audio_presentation": "Stereo",
"pline_year": "1981",
"pline_owner": "Smooth Records Group",
"pline_license": "Under License",
"cline_year": "1981",
"cline_owner": "Smooth Records Group",
"cline_license": "Under License",
"keywords": "soul classics",
"internal_synopsis": "Digital bonus for limited edition blue vinyl",
"notes": "Also comes with free hat",
"distribution_group_id": 6002212,
"rights_period": "perpetuity",
"partner_restrictions": "Apple & Tower Records",
"distribution_notes": "Limited to 300 copies",
"license": "Owned",
"track_listing_embargo": "1981-11-05",
"primary_contributions": [
{
"artist": "Michael McDonald"
},
{
"artist": "Kenny Loggins",
"featured": true
}
],
"contributions": [
{
"artist": "Michael McDonald"
},
{
"artist": "Kenny Loggins"
}
],
"discs": [
{
"upc": "000000000024",
"tracks": [
{
"track_type": "audio",
"title": "Playin' by the Rules",
"display_title": "Playin' by the Rules Special Edition",
"version_title": "Bonus Edition",
"version_display_title": "Special Bonus Edition",
"sub_genre": null,
"isrc": "USOPM2200001",
"parental_advisory": "Non-Applicable",
"global_instant_grat_date": "2022-03-10",
"global_prestream_date": null,
"duration": "PT3M48S",
"preview_in": "PT43S",
"sample_length": "PT30S",
"metadata_language": "English",
"metadata_language_country": "United States",
"audio_language": "English",
"primary_recording_location": "US",
"other_recording_locations": [
"FR",
"DE"
],
"recording_end_date_year": "1981",
"session_performance_type": "Vocal",
"session_type": "Studio",
"music_type": "pop",
"audio_presentation": "Stereo",
"artist_display_name": "Michael McDonald & Friends",
"pline_year": "1981",
"pline_owner": "Smooth Records Group",
"pline_license": "Under License",
"cline_year": "1981",
"cline_owner": "Smooth Records Group",
"cline_license": "Under License",
"keywords": "modern r&b classics",
"notes": "Hat not included",
"primary_contributions": [
{
"artist": "Michael McDonald"
},
{
"artist": "Kenny Loggins",
"featured": true
},
{
"artist": "Ed Sanford",
"featured": true
}
],
"contributions": [
{
"artist": "Michael McDonald"
},
{
"artist": "Kenny Loggins"
}
],
"works": [
{
"title": "Playin' by the Rules Act 1",
"music_type": "pop",
"iswc": "T-123456789-0",
"label_work_code": "SRG-W-00001",
"copyright_year": 1981,
"language": "English",
"agency": "Harry Fox Agency",
"keywords": "pop soul hits",
"description": "Written by Michael McDonald and Ed Sanford, this is one of 7 acts in the Playin' by the Rules suite.",
"contributions": [
{
"artist": "Michael McDonald",
"role": "Author",
"affiliation": "ASCAP",
"split_percentage": 50,
"country": "Worldwide"
},
{
"artist": "Ed Sanford",
"role": "Composer",
"affiliation": "ASCAP",
"split_percentage": 30,
"country": "United States"
}
],
"publishers": [
{
"publisher": "Smooth Music Publishing Ltd.",
"rights_administrator": "Smooth Records Distribution Worldwide",
"affiliation": "ASCAP",
"split_percentage": 20,
"country": "Worldwide"
},
{
"publisher": "Smooth Music Publishing Ltd.",
"rights_administrator": "Smooth Records Distribution France",
"affiliation": "ASCAP",
"split_percentage": 50,
"country": "France"
}
]
},
{
"title": "Playin' by the Rules Act 2"
}
]
},
{
"track_type": "video",
"title": "I Keep Forgettin'"
}
]
},
{
"upc": "000000000031",
"tracks": [
{
"track_type": "audio",
"title": "Love Lies",
"global_prestream_date": "2022-03-09"
}
]
}
],
"partners": {
"excluded": false,
"partner_names": [
"Deezer",
"Spotify"
]
},
"release_price_tier": "Premium",
"track_price_tier": "Budget"
}