Information about plays

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

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

{
    "id": 3665193,
    "uri": "https://api.kexp.org/v2/plays/3665193/?format=api",
    "airdate": "2026-06-08T03:08:33-07:00",
    "show": 66933,
    "show_uri": "https://api.kexp.org/v2/shows/66933/?format=api",
    "image_uri": "https://coverartarchive.org/release/4eb3c757-cdd7-4e05-928b-3da135aaf40a/5478192277-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4eb3c757-cdd7-4e05-928b-3da135aaf40a/5478192277-250.jpg",
    "song": "An Ending (Ascent)",
    "track_id": null,
    "recording_id": "306442b9-13d3-4e7c-b2c9-dcbe12ad0b22",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Apollo: Atmospheres & Soundtracks",
    "release_id": null,
    "release_group_id": "03fe7fe6-2d96-3b40-816d-885b5118107e",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1983-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The track, along with the rest of the album, was composed for the film For All Mankind, a documentary on the early years of NASA. The film wasn't completed until 1989.\n\nhttps://www.songfacts.com/facts/brian-eno/an-ending-ascent",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}