Information about plays

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

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

{
    "id": 3545025,
    "uri": "https://api.kexp.org/v2/plays/3545025/?format=api",
    "airdate": "2025-08-26T10:22:49-07:00",
    "show": 64393,
    "show_uri": "https://api.kexp.org/v2/shows/64393/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Lives",
    "track_id": null,
    "recording_id": null,
    "artist": "The Autumn Defense",
    "artist_ids": [
        "e5fc141f-b94a-4c49-8e8f-d21d69eeb72c"
    ],
    "album": "Here And Nowhere",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Yep Roc"
    ],
    "label_ids": [],
    "release_date": "2025-10-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fronted by John Stirratt, longtime member of Wilco and formerly Uncle Tupelo, the Autumn Defense is the result of a collaboration between Stirratt and musical compatriot Pat Sansone (who has worked with Joseph Arthur, Swan Dive, and Josh Rouse, to name a few). \n--\nAfter a ten-year break from the studio, The Autumn Defense pick up right where they left off on their long-anticipated sixth album.  \"Here And Nowhere\" will be out on October 10th, 2025: https://theautumndefense.bandcamp.com/album/here-and-nowhere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}