Information about plays

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

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

{
    "id": 3639602,
    "uri": "https://api.kexp.org/v2/plays/3639602/?format=api",
    "airdate": "2026-04-08T21:27:33-07:00",
    "show": 66402,
    "show_uri": "https://api.kexp.org/v2/shows/66402/?format=api",
    "image_uri": "https://coverartarchive.org/release/d60e366f-462f-46ed-8004-c28b9344cb13/41115042389-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d60e366f-462f-46ed-8004-c28b9344cb13/41115042389-250.jpg",
    "song": "The Dream",
    "track_id": null,
    "recording_id": "9ea3c7cd-9085-4dd1-bce2-5565c02455b7",
    "artist": "Floral Image",
    "artist_ids": [
        "607ae2b0-e653-41bd-b197-fba9b9d15441"
    ],
    "album": "Gone Down Meadowland",
    "release_id": null,
    "release_group_id": "ed618b34-2670-447d-bfab-8a0b2c74158d",
    "labels": [
        "Fuzz Club Records"
    ],
    "label_ids": [
        "dae6d83b-79b4-43d8-a517-bddbe9650d3b"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"More than ever, the band wanted to produce a brand of East-Coast psychedelia that reflected the natural lusciousness and glorious solitude of the immediate world around them.\" \n\nfuzzclub.com/products/floral-image-gone-down-meadowland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}