Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3596005/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3596005,
    "uri": "https://api.kexp.org/v2/plays/3596005/?format=api",
    "airdate": "2025-12-25T21:13:02-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something Isn't Right",
    "track_id": null,
    "recording_id": null,
    "artist": "夢東 & Gong Gong Gong",
    "artist_ids": [
        "570fe648-4a8a-4568-862e-a1ec4cd817fa",
        "a9af2f77-9904-4390-8161-c303317a2b15"
    ],
    "album": "旺角龍虎鬥 (Mongkok Duel)",
    "release_id": null,
    "release_group_id": "1a0dbfe2-78f2-4985-b12d-a1b88b4037d2",
    "labels": [
        "Rose Mansion Analog"
    ],
    "label_ids": [
        "e7ec25d5-a855-412d-8ce0-9f5769b0bdba"
    ],
    "release_date": "2023-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beijing’s Gong Gong Gong and Taipei’s Mong Tong are like-minded duos known for cinematic and raw sounds, merging transglobal melodies with undeniable grooves. On Mongkok Duel, the bands join forces to create an imagined soundtrack for a lost kung-fu film. These are the sonic accompaniments, no doubt, to a supernatural tale of honour, intrigue, and (of course) revenge.\n\nhttps://gonggonggong.bandcamp.com/album/mongkok-duel-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}