Information about plays

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

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

{
    "id": 3594368,
    "uri": "https://api.kexp.org/v2/plays/3594368/?format=api",
    "airdate": "2025-12-22T07:03:47-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "An Ending (Ascent)",
    "track_id": "c73498d1-f3f0-381c-afe6-e9b830d93163",
    "recording_id": "306442b9-13d3-4e7c-b2c9-dcbe12ad0b22",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Apollo: Atmospheres & Soundtracks",
    "release_id": "6ea949d3-1de7-3f1e-84c1-f7e4c02971b8",
    "release_group_id": "03fe7fe6-2d96-3b40-816d-885b5118107e",
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "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"
}