Information about plays

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

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

{
    "id": 3636601,
    "uri": "https://api.kexp.org/v2/plays/3636601/?format=api",
    "airdate": "2026-04-01T21:32:06-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": "Ode to an African Violet",
    "track_id": null,
    "recording_id": "8fe3c70d-a91e-4cdd-b90a-7b78d611b1b3",
    "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": [
        "Fifth Dimension"
    ],
    "label_ids": [
        "00f004d0-8603-42f8-97ac-897a860c1702"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mother Earth’s Plantasia, 1976, was reissued in 2019 by Sacred Bones Records.\nMort Garson, who died in 2008, was a pioneer of synthesizer music. On July 20, 1969, the world was watching the CBS News broadcast of the Apollo 11 moon landing. As Neil Armstrong set foot on the lunar surface for the first time, the music millions of viewers heard was an otherworldly, futuristic soundtrack by Mort Garson. He wrote popular songs, including \"Our Day Will Come,\" a hit for Ruby and the Romantics,  Learn more about him here: https://www.cbc.ca/news/canada/new-brunswick/moon-landing-music-saint-john-mort-garson-1.6909643",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}