Information about plays

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

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

{
    "id": 3571954,
    "uri": "https://api.kexp.org/v2/plays/3571954/?format=api",
    "airdate": "2025-10-30T20:26:00-07:00",
    "show": 64978,
    "show_uri": "https://api.kexp.org/v2/shows/64978/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dust Fragments (먼지조각)",
    "track_id": null,
    "recording_id": null,
    "artist": "Social Club Hyangwu",
    "artist_ids": [],
    "album": "The Panic Tool",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "블루탠저린레코즈"
    ],
    "label_ids": [],
    "release_date": "2025-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[The Panic Tool] is music to help you survive.\n\nSometimes, we find ourselves in moments terrifying and hard to breathe. There’s a glass window that limit us and a small emergency hammer next to it. A red sign says: *Break glass in case of emergency.* That’s where this EP began.\n\nToday, even the places we once believed were safe no longer feel that way. We’re thrown into the world without warning, and people look away - as if we don’t belong like the stranger. In those moments, we needed something to keep going. We thought: maybe music could be that tool.\n\nWe gathered Hyangwu’s loudest, most emotional, most explosive songs - and assembled them like building a homemade bomb in a small room.\n\nAs a sad song can bring comfort to your depressed moments, we hope this music can be your *panic tool -* something to hold on to, a small shelter when you feel like running away.\n\nhttps://socialclubhyangwu.bandcamp.com/album/the-panic-tool",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}