/
CA
cardinalapps
/
Cardinal Media Server API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 35m ago · Updated 2w ago
View markdown
cardinalapps
Cardinal Media Server API
get
🛡️ Get a single music release.
v41
latest
OpenAPI 3.0.0
raw.githubusercontent.com
2026-08-01
103
55
99.5 KB
Authentication
3
Dev
11
Events
1
General
9
Indexing
12
Invitations
4
Jobs
6
Libraries
5
Licensing
2
Music
12
get
🛡️ Get a single music track.
get
🛡️ Query music tracks.
get
🛡️ Stream a music track.
get
🛡️ Get a single music release.
get
🛡️ Query music releases.
get
🛡️ Get the cover image of a release.
get
🛡️ Get a single music artist.
get
🛡️ Query music artists.
get
🛡️ Get a single music genre.
get
🛡️ Get the waveform of a music track.
get
🛡️ Query playback history for the currently logged in user.
patch
🛡️ Save playback history.
Photo Albums
7
Photos
6
Playback Queues
7
Ratings
3
Role Assignments
3
Settings
2
Thumbnails
1
Users
8
Users (Public)
1
Music
🛡️ Get a single music release.
<h3>🛡️ Requires Capabilities: <code>MusicReleases.Read</code></h3>
get
/api/v1/music/release/{id}
Query parameters
tracks
boolean
genres
boolean
artists
boolean
thumbnails
boolean
Response
MusicRelease
required
tracks
MusicTrack[]
artist
MusicArtist
artists
MusicArtist[]
genres
MusicGenre[]
musicReleaseId
string
required
title
string
sortTitle
string
releaseType
'album'
|
'ep'
|
'single'
|
'compilation'
|
'soundtrack'
|
'live'
|
'remix'
|
'dj-mix'
|
'broadcast'
|
'demo'
metadata
MusicReleaseMetadata[]
thumbnails
MusicReleaseThumbnail[]
id
number
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
deletedAt
string
date-time
required