Information about plays

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

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

{
    "id": 3656580,
    "uri": "https://api.kexp.org/v2/plays/3656580/?format=api",
    "airdate": "2026-05-18T23:00:29-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/7463dc03-1121-361a-9033-b2b005d3ddac/27915143391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7463dc03-1121-361a-9033-b2b005d3ddac/27915143391-250.jpg",
    "song": "Mothers of Rain",
    "track_id": null,
    "recording_id": null,
    "artist": "Tangerine Dream",
    "artist_ids": [
        "23d8426c-18c7-46e6-a51d-7395bd43c641"
    ],
    "album": "Optical Race",
    "release_id": null,
    "release_group_id": "1cf6c37c-93f3-33cf-8332-673b49ef739c",
    "labels": [
        "Private Music"
    ],
    "label_ids": [
        "48e05d59-41a2-435c-9f74-7df9bc1181cc"
    ],
    "release_date": "1988-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ musical soundtrack to the '80s Michael Mann movie I was never in ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}