Skip to main content
GET
Get detailed album view

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

uri
string<at-uri>
required

The URI of the album to retrieve.

Response

OK

id
string

The unique identifier of the album.

uri
string<at-uri>

The URI of the album.

title
string

The title of the album.

artist
string

The artist of the album.

artistUri
string<at-uri>

The URI of the album's artist.

year
integer
albumArt
string<uri>

The URL of the album art image.

releaseDate
string

The release date of the album.

sha256
string

The SHA256 hash of the album.

playCount
integer
Required range: x >= 0
uniqueListeners
integer
Required range: x >= 0
tags
string[]
tracks
object[]