REST Resource: musicReleases

Resource: MusicRelease

A representation of a music release.

JSON representation
{
  "name": string,
  "title": string,
  "artists": [
    {
      object (Artist)
    }
  ],
  "playlistId": string,
  "hasOpenChangeRequest": boolean
}
Fields
name

string

The resource name of the music release. Format: releases/{release}

title

string

The title of this release.

artists[]

object (Artist)

List of artists for the release.

playlistId

string

The OMV-preferred playlist.

hasOpenChangeRequest

boolean

The release has at least one ChangeRequest in open status.

Methods

list

Retrieves a list of music releases.