Information about plays

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

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

{
    "id": 3636585,
    "uri": "https://api.kexp.org/v2/plays/3636585/?format=api",
    "airdate": "2026-04-01T20:40:10-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/e91bdfa0-39b7-490d-b8f3-9df3c3fa81f1/22232172380-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e91bdfa0-39b7-490d-b8f3-9df3c3fa81f1/22232172380-250.jpg",
    "song": "Lavender",
    "track_id": null,
    "recording_id": "cbfdf576-63df-4167-818c-751c00607347",
    "artist": "somesurprises / supercandy",
    "artist_ids": [],
    "album": "Some Candy",
    "release_id": null,
    "release_group_id": "da8a36d1-972f-425c-bd8e-fd5f9b8bc7f2",
    "labels": [
        "Crash Symbols"
    ],
    "label_ids": [
        "c414daa5-f619-446b-be77-6f77d29142ae"
    ],
    "release_date": "2019-02-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Our latest split returns to the Pacific Northwest with two exciting psych projects: Natasha El-Sergany's somesurprises, since expanded into a full band for their Doom Trip group debut, and Brenan Chamber's solo vehicle supercandy. Both sides are atmospheric and engrossing, a witches' brew that draws from a variety of influences. While somesurprises offer five tracks with an oblique, almost noir-ish tint, supercandy follows a similar shade in a more cosmic direction.\"\n\nhttps://somesurprises.bandcamp.com/album/some-candy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}