Information about plays

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

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

{
    "id": 3628717,
    "uri": "https://api.kexp.org/v2/plays/3628717/?format=api",
    "airdate": "2026-03-14T08:20:41-07:00",
    "show": 66177,
    "show_uri": "https://api.kexp.org/v2/shows/66177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Must Be True",
    "track_id": null,
    "recording_id": null,
    "artist": "One Way Sky",
    "artist_ids": [],
    "album": null,
    "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": "Gila River Indian Community, Tohono O’odham Nation\n--\nBorn on the homelands of the Gila River Indian Community and the Tohono O’odham Nation, One Way Sky channels alternative rock and the resilience of their roots into a sound that’s raw, honest, and undeniable. As REZ kids stepping onto the stage, they finally get to tell their own story—to introduce who they are, where they come from, and have that presence solidified, honored, and heard.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}