Information about plays

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

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

{
    "id": 3637137,
    "uri": "https://api.kexp.org/v2/plays/3637137/?format=api",
    "airdate": "2026-04-03T04:29:14-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-eeb52555-a443-4d8d-a4a5-c86da3750c51/mbid-eeb52555-a443-4d8d-a4a5-c86da3750c51-34937743711_thumb500.jpg",
    "thumbnail_uri": "https://ia601606.us.archive.org/24/items/mbid-eeb52555-a443-4d8d-a4a5-c86da3750c51/mbid-eeb52555-a443-4d8d-a4a5-c86da3750c51-34937743711_thumb250.jpg",
    "song": "Tribute",
    "track_id": "c27191af-d9e3-4392-8c86-cb1302fae799",
    "recording_id": "61630ff2-b63f-4d50-9a0a-bef5d0dcbfe2",
    "artist": "Tenacious D",
    "artist_ids": [
        "148ddea2-6839-4354-8e2c-5dfadf136b7f"
    ],
    "album": "Tenacious D",
    "release_id": "1bec06c0-44ac-4c5b-88fc-e3bf81983db8",
    "release_group_id": "a1369e69-ceb7-3d23-9e19-4c76157b3cad",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}