AlbumID3

An album from ID3 tags.
{
    "id": "ad0f112b6dcf83de5e9cae85d07f0d35",
    "name": "8-bit lagerfeuer",
    "version": "Deluxe Edition",
    "artist": "pornophonique",
    "year": 2007,
    "coverArt": "al-ad0f112b6dcf83de5e9cae85d07f0d35_640a93a8",
    "starred": "2023-03-22T01:51:06Z",
    "duration": 1954,
    "playCount": 97,
    "genre": "Hip-Hop",
    "created": "2023-03-10T02:19:35.784818075Z",
    "artistId": "91c3901ac465b9efc439e4be4270c2b6",
    "songCount": 8,
    "played": "2023-03-28T00:45:13Z",
    "userRating": 4,
    "recordLabels": [
        {
            "name": "Sony"
        }
    ],
    "musicBrainzId": "189002e7-3285-4e2e-92a3-7f6c30d407a2",
    "genres": [
        {
            "name": "Hip-Hop"
        },
        {
            "name": "East coast"
        }
    ],
    "artists": [
        {
            "id": "ar-1",
            "name": "Artist 1"
        },
        {
            "id": "ar-2",
            "name": "Artist 2"
        }
    ],
    "displayArtist": "Artist 1 feat. Artist 2",
    "releaseTypes": [
        "Album",
        "Remixes"
    ],
    "moods": [
        "slow",
        "cool"
    ],
    "sortName": "lagerfeuer (8-bit)",
    "originalReleaseDate": {
        "year": 2001,
        "month": 3,
        "day": 10
    },
    "releaseDate": {
        "year": 2001,
        "month": 3,
        "day": 10
    },
    "isCompilation": false,
    "explicitStatus": "explicit",
    "discTitles": [
        {
            "disc": 0,
            "title": "Disc 0 title"
        },
        {
            "disc": 2,
            "title": "Disc 1 title"
        }
    ]
}
{
  "id": "ad0f112b6dcf83de5e9cae85d07f0d35",
  "name": "8-bit lagerfeuer",
  "artist": "pornophonique",
  "year": 2007,
  "coverArt": "al-ad0f112b6dcf83de5e9cae85d07f0d35_640a93a8",
  "starred": "2023-03-22T01:51:06Z",
  "duration": 1954,
  "playCount": 97,
  "genre": "Hip-Hop",
  "created": "2023-03-10T02:19:35.784818075Z",
  "artistId": "91c3901ac465b9efc439e4be4270c2b6",
  "songCount": 8
}
FieldTypeReq.OpenS.Details
idstringYesThe id of the album
namestringYesThe album name.
versionstringNoYesThe album version name (Remastered, Anniversary Box Set, …).
artiststringNoArtist name.
artistIdstringNoThe id of the artist
coverArtstringNoA covertArt id.
songCountintYesNumber of songs
durationintYesTotal duration of the album in seconds
playCountlongNoNumber of play of the album
createdstringYesDate the album was added. [ISO 8601]
starredstringNoDate the album was starred. [ISO 8601]
yearintNoThe album year
genrestringNoThe album genre
playedstringNoYesDate the album was last played. [ISO 8601]
userRatingintNoYesThe user rating of the album. [1-5]
recordLabelsArray of RecordLabelNoYesThe labels producing the album.
musicBrainzIdstringNoYesThe album MusicBrainzID.
genresArray of ItemGenreNoYesThe list of all genres of the album.
artistsArray of ArtistID3NoYesThe list of all album artists of the album. (Note: Only the required ArtistID3 fields should be returned by default)
displayArtiststringNoYesThe single value display artist.
releaseTypesArray of stringNoYesThe types of this album release. (Album, Compilation, EP, Remix, …).
moodsArray of stringNoYesThe list of all moods of the album.
sortNamestringNoYesThe album sort name.
originalReleaseDateItemDateNoYesDate the album was originally released.
releaseDateItemDateNoYesDate the specific edition of the album was released. Note: for files using ID3 tags, releaseDate should generally be read from the TDRL tag. Servers that use a different source for this field should document the behavior.
isCompilationbooleanNoYesTrue if the album is a compilation.
explicitStatusstringNoYesReturns “explicit” if at least one song is explicit, “clean” if no song is explicit and at least one is “clean” else “”.
discTitlesArray of DiscTitleNoYesThe list of all disc titles of the album.