Information about plays

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

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

{
    "id": 3666743,
    "uri": "https://api.kexp.org/v2/plays/3666743/?format=api",
    "airdate": "2026-06-11T21:10:27-07:00",
    "show": 66963,
    "show_uri": "https://api.kexp.org/v2/shows/66963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "daisuki",
    "track_id": null,
    "recording_id": null,
    "artist": "n0tmilky",
    "artist_ids": [],
    "album": null,
    "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": "N0tmilky (Yumeji Vigo) is a Seattle-based, first-generation Japanese-Spaniard American experimental music producer, painter, muralist, and cellist. Their work actively highlights their Ryukyuan heritage and they are highly involved in the local arts scene, frequently appearing at venues and galleries like Pioneer Square's Studio 7117.\n\nCatch her live at Seattle Center with Artists at the Center on August 30!\nhttps://www.seattlecenter.com/events/event-calendar/artists-at-the-center-notmilky\n\n@n0tmilky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}