Information about plays

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

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

{
    "id": 3657209,
    "uri": "https://api.kexp.org/v2/plays/3657209/?format=api",
    "airdate": "2026-05-20T11:25:52-07:00",
    "show": 66767,
    "show_uri": "https://api.kexp.org/v2/shows/66767/?format=api",
    "image_uri": "https://dn710305.ca.archive.org/0/items/mbid-57c5b27b-e472-49e7-a53b-666f4c50d835/mbid-57c5b27b-e472-49e7-a53b-666f4c50d835-11163181981_thumb500.jpg",
    "thumbnail_uri": "https://dn710305.ca.archive.org/0/items/mbid-57c5b27b-e472-49e7-a53b-666f4c50d835/mbid-57c5b27b-e472-49e7-a53b-666f4c50d835-11163181981_thumb250.jpg",
    "song": "Juke Joint Jezebel",
    "track_id": "48e1163b-d7ef-3b6b-993d-de65a4513030",
    "recording_id": "3d31b8a9-3806-4055-b6a2-25315fb6f02c",
    "artist": "KMFDM",
    "artist_ids": [
        "45074d7c-5307-44a8-854f-ae072e1622ae"
    ],
    "album": "Nihil",
    "release_id": "57c5b27b-e472-49e7-a53b-666f4c50d835",
    "release_group_id": "f8a4b18f-7cdb-3c80-8158-b758fcbf59a0",
    "labels": [
        "Wax Trax! Records"
    ],
    "label_ids": [
        "6dcd6d65-e0f2-47a3-84ac-00c2d29267af"
    ],
    "release_date": "1995-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KMFDM is a multinational industrial band from Hamburg led by Sascha Konietzko, who founded the band in 1984 as a performance art project. \n\nThe band -- whose initials stand for \"Kein Mitleid für die Mehrheit\" and can be translated as \"No Pity for the Majority\" -- were part of the industrial wave that crashed the mainstream in the '90s alongside kindred spirits Nine Inch Nails, My Life with the Thrill Kill Kult, and Ministry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}