Information about plays

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

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

{
    "id": 3667166,
    "uri": "https://api.kexp.org/v2/plays/3667166/?format=api",
    "airdate": "2026-06-13T02:38:08-07:00",
    "show": 66973,
    "show_uri": "https://api.kexp.org/v2/shows/66973/?format=api",
    "image_uri": "https://coverartarchive.org/release/b636c728-2caa-4215-ba8b-0f111886a548/6529773177-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b636c728-2caa-4215-ba8b-0f111886a548/6529773177-250.jpg",
    "song": "Stupid in the Dark",
    "track_id": null,
    "recording_id": "a4a779d8-201f-4762-abc5-b099f81dd50e",
    "artist": "Xiu Xiu",
    "artist_ids": [
        "8b431ac6-0806-4e4a-9b6b-1734370fa890"
    ],
    "album": "Angel Guts: Red Classroom",
    "release_id": null,
    "release_group_id": "d51616c0-64b2-4cd9-90f9-ffc68457335e",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2014-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://xiuxiu.bandcamp.com/album/angel-guts-red-classroom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}