Information about plays

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

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

{
    "id": 3636560,
    "uri": "https://api.kexp.org/v2/plays/3636560/?format=api",
    "airdate": "2026-04-01T19:13:04-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e072e2d-a374-4e12-be63-86031ac6b90b/22583342069-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e072e2d-a374-4e12-be63-86031ac6b90b/22583342069-250.jpg",
    "song": "Plantasia",
    "track_id": null,
    "recording_id": "f291d6e5-154c-4f2a-b616-b054c3c9eb4c",
    "artist": "Mort Garson",
    "artist_ids": [
        "c47028fa-0086-426d-a7b8-ed20eba3ed61"
    ],
    "album": "Mother Earth’s Plantasia",
    "release_id": null,
    "release_group_id": "c062737f-a5af-4119-84a6-d8b105801f75",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Plants date back to the dawn of time, but apparently, they loved the Moog, never mind that the synthesizer had been on the market for just a few years. Most of all, the plants loved the ditties made by composer Mort Garson.\" https://www.sacredbonesrecords.com/products/sbr3030-mort-garson-mother-earths-plantasia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}