Information about plays

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

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

{
    "id": 3643333,
    "uri": "https://api.kexp.org/v2/plays/3643333/?format=api",
    "airdate": "2026-04-17T18:31:36-07:00",
    "show": 66478,
    "show_uri": "https://api.kexp.org/v2/shows/66478/?format=api",
    "image_uri": "https://dn710201.ca.archive.org/0/items/mbid-4bb70826-b044-46b9-a5c3-1afa1f964b69/mbid-4bb70826-b044-46b9-a5c3-1afa1f964b69-30678134934_thumb500.jpg",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-4bb70826-b044-46b9-a5c3-1afa1f964b69/mbid-4bb70826-b044-46b9-a5c3-1afa1f964b69-30678134934_thumb250.jpg",
    "song": "The Link is About To Die",
    "track_id": "a16cb74d-6c04-4de3-b823-0d7947e302e8",
    "recording_id": "768236b3-0034-43c4-b3cf-85cb7deac457",
    "artist": "Los Bitchos",
    "artist_ids": [
        "685051dc-49ad-496a-acab-57ad1ad1e491"
    ],
    "album": "Let the Festivities Begin!",
    "release_id": "4bb70826-b044-46b9-a5c3-1afa1f964b69",
    "release_group_id": "e0b87466-740f-480c-894c-100ef3e2ab61",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2022-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(airbreak!)\n\nWe hosted Los Bitchos Live on KEXP in 2019 -- https://youtu.be/iPp2fdHMxTM https://losbitchos.bandcamp.com/album/let-the-festivities-begin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}