Information about plays

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

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

{
    "id": 3630773,
    "uri": "https://api.kexp.org/v2/plays/3630773/?format=api",
    "airdate": "2026-03-18T21:51:21-07:00",
    "show": 66217,
    "show_uri": "https://api.kexp.org/v2/shows/66217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Helium chasms",
    "track_id": null,
    "recording_id": null,
    "artist": "Rusty Santos",
    "artist_ids": [
        "40445855-1aa3-4153-b4d7-94f801d58314"
    ],
    "album": "Psycho Horses",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rusty Santos"
    ],
    "label_ids": [],
    "release_date": "2026-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "rustysantos.com\n\n\"This album is my antidote to sleepwalking. I wrote the songs in my dreams and recorded them when I was awake. Now I see a fork in the road. It’s a tuning fork.  Beyond the collective fields of our subconscious minds, I journey towards unity, to the source of all music, where every sound begins and ends in time.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}