Information about plays

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

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

{
    "id": 3617290,
    "uri": "https://api.kexp.org/v2/plays/3617290/?format=api",
    "airdate": "2026-02-14T07:39:00-08:00",
    "show": 65930,
    "show_uri": "https://api.kexp.org/v2/shows/65930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stimulated",
    "track_id": null,
    "recording_id": null,
    "artist": "Tia Wood",
    "artist_ids": [],
    "album": "Stimulated",
    "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": "Coast Salish, Cree\n--\nTia Wood is a Cree and Coast Salish native artist based out of Vancouver BC. Growing up in a home rich with music and culture, she began singing as soon as she could talk, inspired and nurtured by her parents, siblings, and her dual Plains Cree and Coast Salish heritage.\nhttps://tiawood.ca",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}