Information about plays

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

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

{
    "id": 3614639,
    "uri": "https://api.kexp.org/v2/plays/3614639/?format=api",
    "airdate": "2026-02-07T23:08:57-08:00",
    "show": 65874,
    "show_uri": "https://api.kexp.org/v2/shows/65874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood On The Knees",
    "track_id": null,
    "recording_id": null,
    "artist": "Savage Beat",
    "artist_ids": [
        "a08f8c3e-6296-4608-9585-d777280a53d2"
    ],
    "album": "Bright Lights, Tall Shadows",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wap Shoo Wap"
    ],
    "label_ids": [],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amsterdam's Savage Beat have been active since 2016, flying the flag for what they call “street boogie”. That sound drives their new full-length Bright Lights, Tall Shadows, out March 6, 2026.\n\nhttps://frontview-magazine.be/en/news/netherlands-punk-rockers-savage-beat-release-bright-lights-tall-shadows-on-march\nhttps://mvdshop.com/products/savage-beat-bright-lights-tall-shadows-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}