Information about plays

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

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

{
    "id": 3610659,
    "uri": "https://api.kexp.org/v2/plays/3610659/?format=api",
    "airdate": "2026-01-29T14:47:31-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "https://coverartarchive.org/release/b34a248f-7b04-42e4-b4e8-72121d1a07ae/5695040123-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b34a248f-7b04-42e4-b4e8-72121d1a07ae/5695040123-250.jpg",
    "song": "Caved In",
    "track_id": null,
    "recording_id": "ba05884a-b8ba-41bb-8b53-38caa51ad85e",
    "artist": "Atmosphere, Slug & Ant",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8",
        "dd095e54-58a4-4a54-bf16-ab9b9e96b382",
        "a671bbd6-ad7c-4972-8270-e751bf81087a"
    ],
    "album": "Overcast!",
    "release_id": null,
    "release_group_id": "b6167a2d-ac42-3529-8801-7c9ba708a5be",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "1997-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Caved In\" contains samples of \"Moonstreams\" by Grover Washington, Jr. and \"It Ain't Fair\" by Aretha Franklin.\n--\nDerek Turner (A.K.A Spawn)takes on the death of his father and how it affected him.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}