Page Summary
-
The MusicRelease resource represents a music release with details like title, artists, and an associated playlist.
-
MusicRelease includes information such as name, title, a list of artists, playlist ID, and whether it has open change requests.
-
You can retrieve a list of music releases using the
listmethod. -
This resource is represented in JSON format with specific fields for each data point.
Resource: MusicRelease
A representation of a music release.
| JSON representation |
|---|
{
"name"
:
string
,
"title"
:
string
,
"artists"
:
[
{
object (
|
| Fields | |
|---|---|
name
|
The resource name of the music release. Format: releases/{release} |
title
|
The title of this release. |
artists[]
|
List of artists for the release. |
playlistId
|
The OMV-preferred playlist. |
hasOpenChangeRequest
|
The release has at least one ChangeRequest in open status. |
Methods |
|
|---|---|
|
Retrieves a list of music releases. |

