Information about plays

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

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

{
    "id": 3624235,
    "uri": "https://api.kexp.org/v2/plays/3624235/?format=api",
    "airdate": "2026-03-02T02:22:32-08:00",
    "show": 66068,
    "show_uri": "https://api.kexp.org/v2/shows/66068/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d8d0a26-14a6-4b21-bc9d-e672da121ab9/36675103789-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d8d0a26-14a6-4b21-bc9d-e672da121ab9/36675103789-250.jpg",
    "song": "Lawns",
    "track_id": null,
    "recording_id": "206dd694-452a-462b-9948-98762bc1c7e6",
    "artist": "Carla Bley",
    "artist_ids": [
        "3b2234ea-2169-41dc-9524-0b896fa69c4c"
    ],
    "album": "Sextet",
    "release_id": null,
    "release_group_id": "b9a478c0-88b8-4a82-9d53-92a42f24e532",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1987-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ms. Bley’s influential body of work includes delicate chamber miniatures and rugged, blaring fanfares, with a lot of varied terrain in between. She was branded an avant-gardist early in her career, but that term applied more to her slyly subversive attitude than to the formal character of her music, which always maintained a place for tonal harmony and standard rhythm.\n\nCarla Bley organ\nHiram Bullock guitar\nLarry Willis piano\nSteve Swallow bass\nVictor Lewis drums\nDon Alias percussion",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}