Information about plays

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

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

{
    "id": 3636761,
    "uri": "https://api.kexp.org/v2/plays/3636761/?format=api",
    "airdate": "2026-04-02T05:41:12-07:00",
    "show": 66343,
    "show_uri": "https://api.kexp.org/v2/shows/66343/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-02c019fd-a51a-48b2-bd8f-a64803537dc1/mbid-02c019fd-a51a-48b2-bd8f-a64803537dc1-15204271910_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-02c019fd-a51a-48b2-bd8f-a64803537dc1/mbid-02c019fd-a51a-48b2-bd8f-a64803537dc1-15204271910_thumb250.jpg",
    "song": "Ladies and Gentlemen We Are Floating in Space",
    "track_id": "270b4cb1-bf86-3d11-b27a-7aa57a055d12",
    "recording_id": "26820471-555a-4577-a88b-f76e2af54b73",
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Ladies and Gentlemen We Are Floating in Space",
    "release_id": "02c019fd-a51a-48b2-bd8f-a64803537dc1",
    "release_group_id": "c88c77da-b9f9-34b9-abdf-ad3cec875aca",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1997-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though frontman Jason Pierce maintains these songs were written before his 1995 breakup with keyboardist Kate Radley, the album is undeniably shaped by their split and her secret marriage to Richard Ashcroft that same year. This unapologetic exploration of loss even features Radley’s own voice in the iconic opening sequence, which originally included a melody from Elvis Presley's \"Can't Help Falling in Love\" before copyright issues forced its removal. https://www.spirtualized.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}