Information about plays

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

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

{
    "id": 3611689,
    "uri": "https://api.kexp.org/v2/plays/3611689/?format=api",
    "airdate": "2026-02-01T01:20:59-08:00",
    "show": 65809,
    "show_uri": "https://api.kexp.org/v2/shows/65809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Graveflower",
    "track_id": null,
    "recording_id": "e408078f-af40-48e2-abfd-d80710ac46ca",
    "artist": "Acid Bath",
    "artist_ids": [
        "8b8b33a3-0a11-48b4-8f5a-aaa79f4282a8"
    ],
    "album": "Paegan Terrorism Tactics",
    "release_id": null,
    "release_group_id": "36f521fa-fc3a-3d4b-9eb3-53753f575546",
    "labels": [
        "Rotten Records"
    ],
    "label_ids": [
        "0cc2099d-de22-484d-ab01-ae353417a6de"
    ],
    "release_date": "1996-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Richie in Des Moines, WA\n\nAcid Bath has joined the lineup for Milwaukee Death Fest this year, which is scheduled for June 5th-7th.\n\nhttps://www.facebook.com/AcidBath/\nhttps://www.shop.rottenrecords.com/artist/acid-bath",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}