Information about plays

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

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

{
    "id": 3637972,
    "uri": "https://api.kexp.org/v2/plays/3637972/?format=api",
    "airdate": "2026-04-04T23:36:03-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/e992081f-74b9-4c0d-8f2c-7385c784c107/36410174110-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e992081f-74b9-4c0d-8f2c-7385c784c107/36410174110-250.jpg",
    "song": "Same Result / Justice for All",
    "track_id": null,
    "recording_id": "7b6862d9-f2e2-4e6d-a45c-987e4bc6a7fd",
    "artist": "76% Uncertain",
    "artist_ids": [
        "9987cc36-7018-4a47-81fa-be72a9eb29ab"
    ],
    "album": "Where’s the Lid?",
    "release_id": null,
    "release_group_id": "1e93734d-8ba1-499d-8848-2cb8ef348f9c",
    "labels": [
        "Flex Records"
    ],
    "label_ids": [
        "4d5add8e-a4b5-4154-a2b2-b65d64b8ddf3"
    ],
    "release_date": "1994-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Connecticut, formed in 1983 by members of Reflex From Pain and C.I.A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}