Information about plays

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

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

{
    "id": 3543999,
    "uri": "https://api.kexp.org/v2/plays/3543999/?format=api",
    "airdate": "2025-08-23T23:57:07-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://ia800607.us.archive.org/27/items/mbid-9fb3fce2-0e10-3d88-a818-1583d79cbd66/mbid-9fb3fce2-0e10-3d88-a818-1583d79cbd66-38974063935_thumb500.jpg",
    "thumbnail_uri": "https://ia600607.us.archive.org/27/items/mbid-9fb3fce2-0e10-3d88-a818-1583d79cbd66/mbid-9fb3fce2-0e10-3d88-a818-1583d79cbd66-38974063935_thumb250.jpg",
    "song": "Bombast",
    "track_id": "e30ed19b-3599-39c9-bd3f-5749c822a1ef",
    "recording_id": "2709088a-7450-4393-bf58-caf8e0697150",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "This Nation’s Saving Grace",
    "release_id": "9fb3fce2-0e10-3d88-a818-1583d79cbd66",
    "release_group_id": "e163ed54-842b-3114-9e98-a2d376029abd",
    "labels": [
        "Beggars Banquet US"
    ],
    "label_ids": [
        "ccf5d394-54b2-4929-bbbd-ac4f788c3952"
    ],
    "release_date": "1997-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"In any case, the most straightforward interpretation of the lyrics I can muster, assuming all solecisms and ironies are incidental, would be something like the following: 'All those who are entitled in their own minds, and whose only source of entitlement is themselves, are in for an overdose of vitriol.'\"  Read these notes in \"The Annotated Fall\":  http://annotatedfall.doomby.com/pages/the-annotated-lyrics/bombast.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}