Information about plays

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

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

{
    "id": 3640989,
    "uri": "https://api.kexp.org/v2/plays/3640989/?format=api",
    "airdate": "2026-04-12T00:01:42-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/d367d642-b22a-4b11-bfcd-e64651541bf3/11381879236-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d367d642-b22a-4b11-bfcd-e64651541bf3/11381879236-250.jpg",
    "song": "Jennifer",
    "track_id": null,
    "recording_id": "7faf5149-7e8e-4bbb-916a-e6f840ab2cc4",
    "artist": "Pig Destroyer",
    "artist_ids": [
        "5c0d3974-33d5-4f7a-bebc-8f50c057927e"
    ],
    "album": "Prowler in the Yard",
    "release_id": null,
    "release_group_id": "cacffa68-ae1d-39e3-9656-4f6b69de042f",
    "labels": [
        "Relqapse"
    ],
    "label_ids": [],
    "release_date": "2001-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jennifer\" is the computerized spoken-word introduction to Pig Destroyer’s landmark second album, a concept record centered on a dark narrative of obsession and self-loathing. Pig Destroyer will be playing at the Northwest Terror Fest at Neumos on May 7th. https://www.relapse.com/products/pig-destroyer-prowler-in-the-yard-cd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}