Information about plays

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

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

{
    "id": 3639575,
    "uri": "https://api.kexp.org/v2/plays/3639575/?format=api",
    "airdate": "2026-04-08T19:31:00-07:00",
    "show": 66402,
    "show_uri": "https://api.kexp.org/v2/shows/66402/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Purple I",
    "track_id": null,
    "recording_id": "657049ba-1733-41db-bd70-855fcfc8e73b",
    "artist": "Mr. Elevator & The Brain Hotel",
    "artist_ids": [
        "33f9ef5b-2e7c-4b42-b16c-db8e8a749e95"
    ],
    "album": "Nico… and Her Psychedelic Subconscious",
    "release_id": null,
    "release_group_id": "6371534d-3bfb-496a-8fb5-a732a06d77d0",
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psych-pop rock band based in Southern California. Formerly called Mr. Elevator & The Brain Hotel, now just Mr. Elevator.\n–\nhttps://mrelevator.bandcamp.com/album/nico-her-psychedelic-subconscious",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}