Information about plays

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

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

{
    "id": 3648044,
    "uri": "https://api.kexp.org/v2/plays/3648044/?format=api",
    "airdate": "2026-04-28T23:21:26-07:00",
    "show": 66578,
    "show_uri": "https://api.kexp.org/v2/shows/66578/?format=api",
    "image_uri": "https://dn710209.ca.archive.org/0/items/mbid-49540eef-1bed-4c3f-982b-a46a8550867d/mbid-49540eef-1bed-4c3f-982b-a46a8550867d-39039811747_thumb500.jpg",
    "thumbnail_uri": "https://dn710209.ca.archive.org/0/items/mbid-49540eef-1bed-4c3f-982b-a46a8550867d/mbid-49540eef-1bed-4c3f-982b-a46a8550867d-39039811747_thumb250.jpg",
    "song": "Laminated Cat",
    "track_id": "fce3716a-3d63-34fd-8aa5-1eddeae86250",
    "recording_id": "97dec719-db96-40d5-b279-2f73f29fb859",
    "artist": "Loose Fur",
    "artist_ids": [
        "09d717db-5428-472b-ac6e-3c0600c8c753"
    ],
    "album": "Loose Fur",
    "release_id": "49540eef-1bed-4c3f-982b-a46a8550867d",
    "release_group_id": "4d3a5995-014e-3568-b371-72f134386d38",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2003-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff Tweedy, Glenn Kotche, and Jim O'Rourke teaming up to make Loose Fur!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}