Information about plays

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

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

{
    "id": 3620615,
    "uri": "https://api.kexp.org/v2/plays/3620615/?format=api",
    "airdate": "2026-02-22T01:02:31-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desolation's Flower",
    "track_id": null,
    "recording_id": null,
    "artist": "Ragana",
    "artist_ids": [
        "e7e11307-e6e9-41f9-8d50-07079289ebb3"
    ],
    "album": "Live at KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Ragana recorded an in studio session with us back in December and the footage just dropped on our YouTube channel on February 17th.  You can check it out by following the link below:\n\nhttps://youtu.be/_wDG2-cmtG4?si=3MWeCx7K4Ld_dFCa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}