Information about plays

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

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

{
    "id": 3632708,
    "uri": "https://api.kexp.org/v2/plays/3632708/?format=api",
    "airdate": "2026-03-23T10:50:24-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-91e5880f-b4ce-4d42-926e-7cfbccf0302a/mbid-91e5880f-b4ce-4d42-926e-7cfbccf0302a-33676495858_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-91e5880f-b4ce-4d42-926e-7cfbccf0302a/mbid-91e5880f-b4ce-4d42-926e-7cfbccf0302a-33676495858_thumb250.jpg",
    "song": "Needle in the Camel's Eye",
    "track_id": "fe440000-c210-31b6-b208-02e5eeaca9fb",
    "recording_id": "7873afb2-50b8-43ab-af41-b55b2f97be24",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "The Manzanera Collection",
    "release_id": "91e5880f-b4ce-4d42-926e-7cfbccf0302a",
    "release_group_id": "94885a9e-cf7e-3ee7-811e-20d61bd79042",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bowie & Eno - one could say they were the \"PB&J\" partnership of legendary music! \n\nThis was initially released as part of Brian Eno's first solo album upon leaving Roxy Music ('Here Come the Warm Jets', 1974).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}