Information about plays

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

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

{
    "id": 3567479,
    "uri": "https://api.kexp.org/v2/plays/3567479/?format=api",
    "airdate": "2025-10-20T05:57:46-07:00",
    "show": 64884,
    "show_uri": "https://api.kexp.org/v2/shows/64884/?format=api",
    "image_uri": "https://ia803108.us.archive.org/30/items/mbid-b8ac5a77-ed9e-42f5-ac86-4f7512cfebef/mbid-b8ac5a77-ed9e-42f5-ac86-4f7512cfebef-19425608154_thumb500.jpg",
    "thumbnail_uri": "https://ia803108.us.archive.org/30/items/mbid-b8ac5a77-ed9e-42f5-ac86-4f7512cfebef/mbid-b8ac5a77-ed9e-42f5-ac86-4f7512cfebef-19425608154_thumb250.jpg",
    "song": "23 Minutes In Brussels",
    "track_id": "35a692aa-114c-4e85-874b-f16d341c44ec",
    "recording_id": "1c79af53-bb34-4551-aed9-8e4444bc676e",
    "artist": "Luna",
    "artist_ids": [
        "dda04604-b50a-4bd1-8780-77564c659dc0"
    ],
    "album": "3 Stories",
    "release_id": "b8ac5a77-ed9e-42f5-ac86-4f7512cfebef",
    "release_group_id": "f145970e-1ffb-41b2-8b49-254b8d361508",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title of this song is a reference to the the 1978 recording by Suicide, “23 Minutes Over Brussels.” Lead singer Dean Wareham wrote the lyrics and Television guitarist Tom Verlaine guests on guitar. \n\nCheck out Luna's January 2023 KEXP in-studio: \nhttps://www.youtube.com/watch?v=rDwaylt7gv0--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}