Information about plays

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

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

{
    "id": 3634933,
    "uri": "https://api.kexp.org/v2/plays/3634933/?format=api",
    "airdate": "2026-03-29T01:10:36-07:00",
    "show": 66308,
    "show_uri": "https://api.kexp.org/v2/shows/66308/?format=api",
    "image_uri": "https://coverartarchive.org/release/4248279d-632f-49a7-bfa6-ee01671c7062/36726775294-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4248279d-632f-49a7-bfa6-ee01671c7062/36726775294-250.jpg",
    "song": "Trap Feeding",
    "track_id": null,
    "recording_id": "c333044a-db61-424a-bb1a-119a937524ba",
    "artist": "Great Falls",
    "artist_ids": [
        "beed34c0-1b1f-423e-8adf-0c8b2b065d32"
    ],
    "album": "Objects Without Pain",
    "release_id": null,
    "release_group_id": "4a508ea5-29bb-45b4-99ac-39e33d7ddddc",
    "labels": [
        "Neurot Recordings"
    ],
    "label_ids": [
        "90f4b73e-9367-4020-86c3-34ea4bb83014"
    ],
    "release_date": "2023-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Read any article or comment thread about the Seattle noise-rock outfit Great Falls and you're likely to see descriptors like cathartic, heavy, crushing, and unhinged. Maybe even psychotic. And sure, those are all apt. For over a decade, Great Falls, has honed their sludgy, overwhelmingly intense brand of heaviness, punctuated by delectably discordant riffs, terrifyingly low, thwacking bass lines, and mesmerizingly tight percussion..\" https://greatfalls.bandcamp.com/album/objects-without-pain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}