Information about plays

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

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

{
    "id": 3541561,
    "uri": "https://api.kexp.org/v2/plays/3541561/?format=api",
    "airdate": "2025-08-18T10:08:21-07:00",
    "show": 64324,
    "show_uri": "https://api.kexp.org/v2/shows/64324/?format=api",
    "image_uri": "https://ia800400.us.archive.org/29/items/mbid-b6bcfc8f-254a-48d9-b7c3-328c7896c7ae/mbid-b6bcfc8f-254a-48d9-b7c3-328c7896c7ae-9123788919_thumb500.jpg",
    "thumbnail_uri": "https://ia600400.us.archive.org/29/items/mbid-b6bcfc8f-254a-48d9-b7c3-328c7896c7ae/mbid-b6bcfc8f-254a-48d9-b7c3-328c7896c7ae-9123788919_thumb250.jpg",
    "song": "House",
    "track_id": "8c064293-9f55-3e7a-8519-275ddb5ae97e",
    "recording_id": "f998165b-ef7e-4880-9a21-f9940255f812",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Book of Days",
    "release_id": "b6bcfc8f-254a-48d9-b7c3-328c7896c7ae",
    "release_group_id": "fa98c92e-af57-3760-8179-4104e5a3b331",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1989-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss the Furs (with Gary Numan!):\n- Seattle, WA (The Showbox) Saturday, September 13th\n- Oakland, CA (Fox Theater) Thursday, September 18th\n\nThe sixth studio album from English rock band The Psychedelic Furs. \"House\" was released as a single and peaked first at #8 and then #1 on the Billboard Modern Rock Tracks chart. \n\nWatch the compelling video for \"House\": https://www.youtube.com/watch?v=xZjTwh-WGBo.\n\nhttps://thepsychedelicfurs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}