Information about plays

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

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

{
    "id": 3617570,
    "uri": "https://api.kexp.org/v2/plays/3617570/?format=api",
    "airdate": "2026-02-14T20:56:34-08:00",
    "show": 65935,
    "show_uri": "https://api.kexp.org/v2/shows/65935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet as a Peach",
    "track_id": "063cef69-0d62-3a14-9b9b-315f0294cb49",
    "recording_id": "501ea0cf-b782-4495-a207-fdd09ea75af9",
    "artist": "The Whore Moans",
    "artist_ids": [
        "e2cf018f-1fad-47fc-8703-7ca94d7d1edf"
    ],
    "album": "Watch Out For This Thing",
    "release_id": "7f51c97a-bcdf-497c-b7db-3d6328696168",
    "release_group_id": "3336cea5-146a-3635-b745-110654095a47",
    "labels": [
        "Wizard House Recordings"
    ],
    "label_ids": [
        "6241a6e9-e2c9-49c1-8de4-1d35628d3915"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Seattle's The Whore Moans perform \"Sweet as a Peach\" live at the Comet in 2007:\n\nhttps://www.youtube.com/watch?v=nMM7M3U6nn8",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}