Information about plays

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

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

{
    "id": 3624088,
    "uri": "https://api.kexp.org/v2/plays/3624088/?format=api",
    "airdate": "2026-03-01T17:45:09-08:00",
    "show": 66064,
    "show_uri": "https://api.kexp.org/v2/shows/66064/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Okay to Change Your Mind",
    "track_id": null,
    "recording_id": null,
    "artist": "Singing Resistance",
    "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": "Singing Resistance is a grassroots movement organization that uses collective singing as a form of nonviolent protest and community healing.\n\nEstablished in early 2026 in the Twin Cities (Minneapolis/St. Paul), the movement formed in the wake of the fatal shooting of Renee Nicole Good by an ICE agent. It has since rapidly expanded into a nationwide network with chapters in over 30 states.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}