Information about plays

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

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

{
    "id": 3667507,
    "uri": "https://api.kexp.org/v2/plays/3667507/?format=api",
    "airdate": "2026-06-13T19:59:44-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Medicine Lodge",
    "track_id": null,
    "recording_id": null,
    "artist": "The Royal Firecrackers",
    "artist_ids": [],
    "album": "American Royal",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Royal Firecrackers is a one-man rock project created by Seattle-based musician Greg Franklin. The project's long-awaited debut album, American Royal, is set to release on July 3rd, featuring limited-edition vinyl pressed by Third Man Pressing.\n\n\"Inspired by Franklin's own experience as a college rock DJ in the 90's (at the University of Kansas' crown jewel KJHK), the record serves as a tribute to the eclectic nature of that place and time, as well as the current frustrating helplessness of being an American who teeters between being hopeful and being trapped by his country's history and future.\"\n\nhttps://royalfirecrackers.bandcamp.com/album/american-royal",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}