Information about plays

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

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

{
    "id": 3632890,
    "uri": "https://api.kexp.org/v2/plays/3632890/?format=api",
    "airdate": "2026-03-23T22:22:12-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b40dedb-6472-4aea-90e8-cb47ee482e35/14382712210-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b40dedb-6472-4aea-90e8-cb47ee482e35/14382712210-250.jpg",
    "song": "Blind",
    "track_id": null,
    "recording_id": null,
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Hercules and Love Affair",
    "release_id": null,
    "release_group_id": "e4873b89-1d80-34fe-9b79-7d506e08c2df",
    "labels": [
        "DFA"
    ],
    "label_ids": [],
    "release_date": "2008-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - blinding track from Hercules and Love Affair's 2008 classic (co-written, and featuring, Anohni on vocals)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}