Information about plays

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

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

{
    "id": 3645532,
    "uri": "https://api.kexp.org/v2/plays/3645532/?format=api",
    "airdate": "2026-04-22T23:34:33-07:00",
    "show": 66526,
    "show_uri": "https://api.kexp.org/v2/shows/66526/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-c676d5cd-4d32-46d0-9f4b-0e3d5b8f8364/mbid-c676d5cd-4d32-46d0-9f4b-0e3d5b8f8364-35859616216_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-c676d5cd-4d32-46d0-9f4b-0e3d5b8f8364/mbid-c676d5cd-4d32-46d0-9f4b-0e3d5b8f8364-35859616216_thumb250.jpg",
    "song": "Get Down",
    "track_id": "29b9b099-a8aa-383c-a645-3d9af0945a21",
    "recording_id": "2e910266-1363-4d68-b2c8-54c2179f6935",
    "artist": "The Delta 72",
    "artist_ids": [
        "0e1a1b82-904f-49b0-8955-086f0bf28afa"
    ],
    "album": "The R&B of Membership",
    "release_id": "c676d5cd-4d32-46d0-9f4b-0e3d5b8f8364",
    "release_group_id": "8db04f99-0df6-383d-b8a7-95cf4dfa2c78",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1996-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Gregg Foreman of The Delta 72.\n\nhttps://stereogum.com/2496628/gregg-foreman-the-delta-72-cat-power-dead-at-53/news",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}