Information about plays

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

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

{
    "id": 3636044,
    "uri": "https://api.kexp.org/v2/plays/3636044/?format=api",
    "airdate": "2026-03-31T14:33:15-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Loops for Healing",
    "track_id": null,
    "recording_id": "0411298c-0707-4272-8d19-6d94bd40e390",
    "artist": "Octo Octa",
    "artist_ids": [
        "3fa65334-e3c4-4e83-b24f-5af5535ba462"
    ],
    "album": "For Lovers",
    "release_id": null,
    "release_group_id": "436e2094-f970-47e1-ae24-edd08e29c9a4",
    "labels": [
        "Technicolour"
    ],
    "label_ids": [
        "1e7d663c-173e-4316-84b6-7fabfe8be930"
    ],
    "release_date": "2019-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Moon offers healing by following your intuition. the card asks us to dive into the surreal unknown, like the lobster crawling out of the ocean, trusting the inner pull even when it can’t be rationalized, knowing that by committing, we emerge more integrated, empowered, and attuned to the slow, cyclical unfolding of our lives.\n--\nhttps://octoocta.bandcamp.com/track/loops-for-healing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}