Information about plays

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

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

{
    "id": 3640457,
    "uri": "https://api.kexp.org/v2/plays/3640457/?format=api",
    "airdate": "2026-04-10T22:02:47-07:00",
    "show": 66418,
    "show_uri": "https://api.kexp.org/v2/shows/66418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Call to Order",
    "track_id": null,
    "recording_id": null,
    "artist": "Afrika Bambaataa",
    "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": "This track represents the organizational power of hip-hop's founding father. Born Lance Taylor in the Bronx in 1957, Bambaataa transformed the Black Spades street gang into the Universal Zulu Nation, a music and culture-oriented organization that helped spread hip-hop globally.\n \"A Call to Order\" reflects his role as a community organizer and the Godfather of hip-hop, bringing order and purpose to the Bronx's turbulent streets of the 1970s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}