Information about plays

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

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

{
    "id": 3657458,
    "uri": "https://api.kexp.org/v2/plays/3657458/?format=api",
    "airdate": "2026-05-21T01:19:40-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b40dedb-6472-4aea-90e8-cb47ee482e35/14382712210-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b40dedb-6472-4aea-90e8-cb47ee482e35/14382712210-250.jpg",
    "song": "You Belong",
    "track_id": null,
    "recording_id": "0ed6ca12-23cc-4334-a773-81ba582496da",
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Hercules and Love Affair",
    "release_id": null,
    "release_group_id": "e4873b89-1d80-34fe-9b79-7d506e08c2df",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2008-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great Andrew Butler interview with Pop Matters on his influences and also **DANCE**:\n\nhttps://www.popmatters.com/are-you-still-certain-an-interview-with-hercules-love-affair-2495377693.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}