Information about plays

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

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

{
    "id": 3640637,
    "uri": "https://api.kexp.org/v2/plays/3640637/?format=api",
    "airdate": "2026-04-11T07:13:06-07:00",
    "show": 66423,
    "show_uri": "https://api.kexp.org/v2/shows/66423/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hopi Prophecy",
    "track_id": null,
    "recording_id": null,
    "artist": "Floyd Red Crow Westerman",
    "artist_ids": [
        "82a3196a-f2f7-4c32-a0ca-3017f8395eb1"
    ],
    "album": "Flow (Tribute to Floyd Crow Westerman)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sisseton Dakota\n--\nWith his album, Custer Died For Your Sins, Floyd Red Crow Westerman akes the giant step across cultures to bring the anguish and unquenchable pride of the American Indian to the forefront. https://floydredcrow.bandcamp.com/album/custer-died-for-your-sins",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}