Information about plays

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

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

{
    "id": 3640652,
    "uri": "https://api.kexp.org/v2/plays/3640652/?format=api",
    "airdate": "2026-04-11T07:58:26-07:00",
    "show": 66423,
    "show_uri": "https://api.kexp.org/v2/shows/66423/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A.I.M. Song / B.I.A. Song",
    "track_id": null,
    "recording_id": null,
    "artist": "The American Indian Movement Singers",
    "artist_ids": [],
    "album": "What Now People? Vol. 2",
    "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": "Native American, Inter-Tribal\n--\nThe \"AIM Song\" is the name given to a Native American intertribal song. Although the song originally did not have a name, it gained its current alias through association with the American Indian Movement.\nhttps://folkways.si.edu/the-american-indian-movement-singers/aim-song/bia-song/american-folk-struggle-protest/music/track/smithsonian",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}