Information about plays

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

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

{
    "id": 3636312,
    "uri": "https://api.kexp.org/v2/plays/3636312/?format=api",
    "airdate": "2026-04-01T04:58:25-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://ia800703.us.archive.org/11/items/mbid-fb8b5044-2fc0-4be8-8664-605aa5bdef22/mbid-fb8b5044-2fc0-4be8-8664-605aa5bdef22-5360719623_thumb500.jpg",
    "thumbnail_uri": "https://dn721307.ca.archive.org/0/items/mbid-fb8b5044-2fc0-4be8-8664-605aa5bdef22/mbid-fb8b5044-2fc0-4be8-8664-605aa5bdef22-5360719623_thumb250.jpg",
    "song": "Bath-Water Blues",
    "track_id": "5b99c806-7aa6-31f5-ab08-008538f4d164",
    "recording_id": "99715cb0-c713-40e5-b3c7-71c57d263f1f",
    "artist": "Reverend Horton Heat",
    "artist_ids": [
        "cbf71c15-17c2-484f-8406-cfce12fd3e46"
    ],
    "album": "Holy Roller",
    "release_id": "fb8b5044-2fc0-4be8-8664-605aa5bdef22",
    "release_group_id": "dfef6cbe-8e12-34a5-9f0d-8001129dddda",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1999-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}