Information about plays

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

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

{
    "id": 3632670,
    "uri": "https://api.kexp.org/v2/plays/3632670/?format=api",
    "airdate": "2026-03-23T08:29:51-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-42b0d4aa-0c98-38dc-976a-d1eb745a111e/mbid-42b0d4aa-0c98-38dc-976a-d1eb745a111e-12274734462_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-42b0d4aa-0c98-38dc-976a-d1eb745a111e/mbid-42b0d4aa-0c98-38dc-976a-d1eb745a111e-12274734462_thumb250.jpg",
    "song": "A Promise",
    "track_id": "e2ec62c8-8af2-30d6-9307-ada33ea25d74",
    "recording_id": "a51ccecc-c4ad-4981-9368-3a0a11485132",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Heaven Up Here",
    "release_id": "42b0d4aa-0c98-38dc-976a-d1eb745a111e",
    "release_group_id": "b313023b-a7f4-3eec-acb5-f4d4ea1d1a12",
    "labels": [
        "Warner Strategic Marketing United Kingdom"
    ],
    "label_ids": [
        "6aff79da-ebdf-4f83-9a07-d998fb3a947e"
    ],
    "release_date": "2003-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Hugh Jones, prolific British producer, responsible for many post-punk and new wave records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}