Information about plays

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

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

{
    "id": 3624291,
    "uri": "https://api.kexp.org/v2/plays/3624291/?format=api",
    "airdate": "2026-03-02T06:04:44-08:00",
    "show": 66070,
    "show_uri": "https://api.kexp.org/v2/shows/66070/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bela Lugosi's Dead",
    "track_id": "79ca761e-508b-31b1-8c55-e2a2f78c2807",
    "recording_id": "01f1ff27-e6ce-4043-b699-3a74bd3a2490",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Gotham",
    "release_id": "83feb483-b174-4559-9dad-ea1e0c54c1a5",
    "release_group_id": "75d7fcdc-825f-3cf6-9d2c-488faad1a9eb",
    "labels": [
        "Metropolis Records"
    ],
    "label_ids": [
        "55305fee-ba51-4dd5-afee-73c242b8046b"
    ],
    "release_date": "1999-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iconic 1979 debut single by the English band Bauhaus, widely credited as the first gothic rock record. It was recorded in a single take during a six-hour demo session at Beck Studios.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}