Information about plays

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

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

{
    "id": 3637862,
    "uri": "https://api.kexp.org/v2/plays/3637862/?format=api",
    "airdate": "2026-04-04T19:31:35-07:00",
    "show": 66368,
    "show_uri": "https://api.kexp.org/v2/shows/66368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Devil",
    "track_id": null,
    "recording_id": null,
    "artist": "38 Coffin",
    "artist_ids": [
        "b4ffdba6-8337-46a5-9287-3ba86ca8402b"
    ],
    "album": "Little Devil",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"38 Coffin is a Seattle-based surf-garage punk band founded in 2020 by vocalist/guitarist Lauren Goffin. The band features Ana Baez on bass, Andre McGuire on lead guitar, and Todd C. on drums. Know for high entry performances, retro horror aesthetics, and surf-punk sound w/ dark lyrical themes. They have released 2 LPs an EP and single. They are a recognized part of the Seattle underground scene.\"\n\nhttps://38coffin.bandcamp.com/track/little-devil",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}