Information about plays

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

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

{
    "id": 3623049,
    "uri": "https://api.kexp.org/v2/plays/3623049/?format=api",
    "airdate": "2026-02-27T16:00:52-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Circles (Space Ghost remix)",
    "track_id": "d719f647-66f2-40a4-b648-c7a00d806877",
    "recording_id": "c83dfacd-3280-4e62-ae2c-5111fe333891",
    "artist": "Tanukichan",
    "artist_ids": [
        "57fab85f-5700-4238-a5b2-5441e7a740d3"
    ],
    "album": "Circles (Space Ghost remix)",
    "release_id": "96f4be2b-ea10-40a7-827b-f524d0c4647a",
    "release_group_id": "01d5d808-abed-446b-9701-63accbe83e6c",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2026-02-17",
    "rotation_status": "R",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy happy happy happy FRIDAY!!!!\n\nTanukichan and producer Sudi reimagine two songs through nostalgic, dreamlike soundscapes inspired by 90s and early 00s drum & bass and R&B.\n\nTanukichan is a Noise Pop Festival Alumni!\n-\nhttps://tanukichan.bandcamp.com/album/circles-space-ghost-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}