REST Resource: musicReleases
Stay organized with collections
Save and categorize content based on your preferences.
Resource: MusicRelease
A representation of a music release.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe MusicRelease resource represents a music release with details like title, artists, and an associated playlist.\u003c/p\u003e\n"],["\u003cp\u003eMusicRelease includes information such as name, title, a list of artists, playlist ID, and whether it has open change requests.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve a list of music releases using the \u003ccode\u003elist\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThis resource is represented in JSON format with specific fields for each data point.\u003c/p\u003e\n"]]],["The `MusicRelease` resource represents a music release with attributes like `name`, `title`, `artists`, `playlistId`, and `hasOpenChangeRequest`. It's structured as a JSON object. The `list` method allows retrieval of multiple music releases. The music release information include name which is a string, the title, an array of artists and the id of the associated playlist, as well as boolean to show if there is an open change request.\n"],null,["# REST Resource: musicReleases\n\n- [Resource: MusicRelease](#MusicRelease)\n - [JSON representation](#MusicRelease.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: MusicRelease\n----------------------\n\nA representation of a music release.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"title\": string, \"artists\": [ { object (/youtube/partner/reference/rest/v1/Artist) } ], \"playlistId\": string, \"hasOpenChangeRequest\": boolean } ``` |\n\n| Fields ||\n|------------------------|---------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name of the music release. Format: releases/{release} |\n| `title` | `string` The title of this release. |\n| `artists[]` | `object (`[Artist](/youtube/partner/reference/rest/v1/Artist)`)` List of artists for the release. |\n| `playlistId` | `string` The OMV-preferred playlist. |\n| `hasOpenChangeRequest` | `boolean` The release has at least one ChangeRequest in open status. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------|-------------------------------------|\n| ### [list](/youtube/partner/reference/rest/v1/musicReleases/list) | Retrieves a list of music releases. |"]]