Information about plays

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

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

{
    "id": 3602888,
    "uri": "https://api.kexp.org/v2/plays/3602888/?format=api",
    "airdate": "2026-01-11T02:11:17-08:00",
    "show": 65620,
    "show_uri": "https://api.kexp.org/v2/shows/65620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Poppies Bloom For No Kings",
    "track_id": null,
    "recording_id": null,
    "artist": "Panopticon",
    "artist_ids": [
        "d9b1f00a-31a7-4f64-9f29-8481e7be8911"
    ],
    "album": "The Poppies Bloom For No Kings",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "75% of all the proceeds from this EP go to help families affected by ICE deportations with legal defense. \nhttps://thetruepanopticon.bandcamp.com/album/the-poppies-bloom-for-no-king-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}