Information about plays

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

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

{
    "id": 3550862,
    "uri": "https://api.kexp.org/v2/plays/3550862/?format=api",
    "airdate": "2025-09-09T12:47:59-07:00",
    "show": 64517,
    "show_uri": "https://api.kexp.org/v2/shows/64517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Armies of the Lord",
    "track_id": null,
    "recording_id": null,
    "artist": "The Mountain Goats",
    "artist_ids": [],
    "album": "Through This Fire Across From Peter Balkan",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cadmean Dawn"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today, The Mountain Goats announced that their new  album, \"Through This Fire Across From Peter Balkan\" will be out on November 7 via the band’s own label, Cadmean Dawn. This lead single “Armies of the Lord,” features backing vocals from Lin-Manuel Miranda. \n--\nJohn Darnielle explained the new album’s concept in a press statement: “There were 16 men on a fishing boat, but only three survived the storm, and one of those went missing, and is presumed dead. That leaves me and Peter Balkan, whose health is failing as his apocalyptic visions dissipate in the spray at the shore.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}