ID3 tags extracted from an uploaded audio file.
The ID3 tags read from an ITEM_AUDIO upload once it is READY. Every field is optional and absent when the file carries no such tag.
titlestringoptionalTrack title.
artiststringoptionalTrack artist.
albumstringoptionalAlbum name.
album_artiststringoptionalAlbum artist.
genrestringoptionalGenre.
yearstringoptionalRelease year.
trackstringoptionalTrack number.
commentstringoptionalComment.
{
"title": "CD141: The State of Bitcoin",
"artist": "Citadel Dispatch",
"album": "Citadel Dispatch",
"year": "2026"
}