Information about plays

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

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

{
    "id": 3640175,
    "uri": "https://api.kexp.org/v2/plays/3640175/?format=api",
    "airdate": "2026-04-10T05:23:34-07:00",
    "show": 66413,
    "show_uri": "https://api.kexp.org/v2/shows/66413/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-4f3d5dad-bb16-3135-ab5c-2e84712fbaf0/mbid-4f3d5dad-bb16-3135-ab5c-2e84712fbaf0-23744318110_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-4f3d5dad-bb16-3135-ab5c-2e84712fbaf0/mbid-4f3d5dad-bb16-3135-ab5c-2e84712fbaf0-23744318110_thumb250.jpg",
    "song": "Ohm Sweet Ohm",
    "track_id": "aa97412e-1928-4240-b55a-d9c81f4962aa",
    "recording_id": "68b6e147-3e67-4179-bcae-aace878710c5",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Radio‐Activity",
    "release_id": "d6a49909-dda5-47c7-9d19-78da6e91ffbf",
    "release_group_id": "104cc34f-b4f9-3fb1-b2a0-fce32b36ec1f",
    "labels": [
        "Astralwerks",
        "Kling Klang"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f",
        "142df2b2-07ea-43bd-9df9-4a2627ec6bb5"
    ],
    "release_date": "2009-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The closing track from Radio-Activity with a pun on \"home sweet home\" using the electrical unit of resistance, the ohm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}