Information about plays

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

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

{
    "id": 3614829,
    "uri": "https://api.kexp.org/v2/plays/3614829/?format=api",
    "airdate": "2026-02-08T10:45:41-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a3474b0-87f1-4fba-8936-142df8d569ca/18764589811-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a3474b0-87f1-4fba-8936-142df8d569ca/18764589811-250.jpg",
    "song": "Out in the Woods",
    "track_id": null,
    "recording_id": "983cef0a-34f2-4544-9916-7ce757a36053",
    "artist": "Leon Russell",
    "artist_ids": [
        "d4cc0ed5-0f76-4188-9e14-2a23ca12188a"
    ],
    "album": "Carney",
    "release_id": null,
    "release_group_id": "2b7b92ad-313c-3589-a2f0-f87e5ba18f9f",
    "labels": [
        "Capitol Records (International)"
    ],
    "label_ids": [
        "07ff0062-2c65-479d-bd4b-d1e88d8f308b"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interview with Leon Russell and Harrod Blank, son of Les Blank, whose film about Leon was finally released 40 years after it was made: https://lesblank.com/films/a-poem-is-a-naked-person-19742015 ; http://www.vice.com/read/les-blanks-leon-russell-masterpiece-finally-makes-its-way-into-the-world-40-years-later-555 ; this song live: https://youtu.be/vs4pTVxN9Ng",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}