MusicRelease
Type name: MusicRelease
Extends MusicPlaylist
Name |
Type |
Description |
catalogNumber |
Text |
The catalog number for the release. |
creditedTo |
Organization or Person |
The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to "Stefani Germanotta Band", but by Lady Gaga. |
duration |
Duration |
The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format. |
musicReleaseFormat |
MusicReleaseFormatType |
Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.). |
recordLabel |
Organization |
The label that issued the release. |
releaseOf |
MusicAlbum |
The album this is a release of. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`MusicRelease` extends `MusicPlaylist` and stores information about a specific music release, such as an album or single."],["It includes details like catalog number, release format, record label, and the album it is a release of."],["`MusicRelease` can specify the artist or group credited for the release, which might differ from the performer."],["It also provides the duration of the release and allows linking to the associated album using the `releaseOf` property."]]],["The `MusicRelease` type, extending `MusicPlaylist`, details information about a music release. Key data includes the release's `catalogNumber`, `creditedTo` (organization or person), and `duration` in ISO 8601 format. It also specifies the `musicReleaseFormat` (e.g., CD, digital), the `recordLabel`, and the `releaseOf`, referencing the associated `MusicAlbum`. These fields provide comprehensive details about the specific version of the music release.\n"]]