Information about plays

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

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

{
    "id": 3616847,
    "uri": "https://api.kexp.org/v2/plays/3616847/?format=api",
    "airdate": "2026-02-13T05:14:32-08:00",
    "show": 65919,
    "show_uri": "https://api.kexp.org/v2/shows/65919/?format=api",
    "image_uri": "https://ia801706.us.archive.org/15/items/mbid-0be087d7-175d-4cd9-82dc-62e9d4917a2e/mbid-0be087d7-175d-4cd9-82dc-62e9d4917a2e-16048705256_thumb500.jpg",
    "thumbnail_uri": "https://ia601706.us.archive.org/15/items/mbid-0be087d7-175d-4cd9-82dc-62e9d4917a2e/mbid-0be087d7-175d-4cd9-82dc-62e9d4917a2e-16048705256_thumb250.jpg",
    "song": "Don’t Mash My Digger So Deep",
    "track_id": "e1e02953-4fa0-38a9-97b9-a6e23f107609",
    "recording_id": "992defb0-ae79-4afe-8509-fccd2f4b8b2d",
    "artist": "Bo Carter",
    "artist_ids": [
        "cd0ff7b0-19a3-4b3a-b564-252acfd75523"
    ],
    "album": "The Rough Guide to Delta Blues",
    "release_id": "0be087d7-175d-4cd9-82dc-62e9d4917a2e",
    "release_group_id": "bf18da87-2127-37a5-881e-00cab5595f7d",
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": "2002-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, and welcome to the dirty blues.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}