Information about plays

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

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

{
    "id": 3569948,
    "uri": "https://api.kexp.org/v2/plays/3569948/?format=api",
    "airdate": "2025-10-25T20:51:30-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://coverartarchive.org/release/da69758d-1057-480f-8762-c659c68d00c1/31726342701-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da69758d-1057-480f-8762-c659c68d00c1/31726342701-250.jpg",
    "song": "Leave Me Alone",
    "track_id": null,
    "recording_id": "f8526269-eb0d-4d41-b17e-dd9f5b953cee",
    "artist": "Destroyer",
    "artist_ids": [
        "61604b45-8a91-4e33-a1b6-45d7b1fec4e5"
    ],
    "album": "Power Corruption & Lies Covered",
    "release_id": null,
    "release_group_id": "cb9c3d7b-1831-4d3e-a9fe-fef40695a4e5",
    "labels": [
        "Mojo"
    ],
    "label_ids": [
        "af9bd0f1-e994-434e-8a7c-d9303a23f32c"
    ],
    "release_date": "2011-12-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Destroyer's New Order cover.\n\nDan Bejar started Destroyer as a solo home-recording project in the early to mid-nineties.\nhttps://destroyer.bandcamp.com/\n\nHere is Destroyer Live on KEXP in 2018: https://www.youtube.com/watch?v=HgZELuZeB2E",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}