music-assistant-server

1.6 KBJSON
missing-items.album.json
1.6 KB76 lines • json
1
2
3{
4    "id": "e8a0685e3f3ec6f251649af2b58b8617",
5    "name": "Live at The Casbah - 2005-04-29",
6    "version": "Deluxe Edition",
7    "artist": "pornophonique",
8    "year": 2007,
9    "coverArt": "al-ad0f112b6dcf83de5e9cae85d07f0d35_640a93a8",
10    "starred": "2023-03-22T01:51:06Z",
11    "duration": 1954,
12    "playCount": 97,
13    "genre": "Hip-Hop",
14    "created": "2023-03-10T02:19:35.784818075Z",
15    "artistId": "97e0398acf63f9fb930d7d4ce209a52b",
16    "songCount": 8,
17    "played": "2023-03-28T00:45:13Z",
18    "userRating": 4,
19    "recordLabels": [
20        {
21            "name": "Sony"
22        }
23    ],
24    "musicBrainzId": "189002e7-3285-4e2e-92a3-7f6c30d407a2",
25    "genres": [
26        {
27            "name": "Hip-Hop"
28        },
29        {
30            "name": "East coast"
31        }
32    ],
33    "artists": [
34        {
35            "id": "ar-1",
36            "name": "Artist 1"
37        },
38        {
39            "id": "ar-2",
40            "name": "Artist 2"
41        }
42    ],
43    "displayArtist": "Artist 1 feat. Artist 2",
44    "releaseTypes": [
45        "Album",
46        "Remixes"
47    ],
48    "moods": [
49        "slow",
50        "cool"
51    ],
52    "sortName": "lagerfeuer (8-bit)",
53    "originalReleaseDate": {
54        "year": 2001,
55        "month": 3,
56        "day": 10
57    },
58    "releaseDate": {
59        "year": 2001,
60        "month": 3,
61        "day": 10
62    },
63    "isCompilation": false,
64    "explicitStatus": "explicit",
65    "discTitles": [
66        {
67            "disc": 0,
68            "title": "Disc 0 title"
69        },
70        {
71            "disc": 2,
72            "title": "Disc 1 title"
73        }
74    ]
75}
76