Information about plays

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

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

{
    "id": 3641442,
    "uri": "https://api.kexp.org/v2/plays/3641442/?format=api",
    "airdate": "2026-04-13T05:20:43-07:00",
    "show": 66441,
    "show_uri": "https://api.kexp.org/v2/shows/66441/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-aedf1c0f-767f-4e36-b9ec-2ca6218e9f22/mbid-aedf1c0f-767f-4e36-b9ec-2ca6218e9f22-35538765493_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-aedf1c0f-767f-4e36-b9ec-2ca6218e9f22/mbid-aedf1c0f-767f-4e36-b9ec-2ca6218e9f22-35538765493_thumb250.jpg",
    "song": "Elektro Kardiogramm",
    "track_id": "983fe3e1-52ee-4a86-ba2e-1549be7f4af4",
    "recording_id": "37f001f1-1893-42b5-be36-92914ac9fac7",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Tour de France",
    "release_id": "aedf1c0f-767f-4e36-b9ec-2ca6218e9f22",
    "release_group_id": "e963cb1e-ec72-303d-9a3f-9fcb89188436",
    "labels": [
        "Astralwerks",
        "Kling Klang"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f",
        "142df2b2-07ea-43bd-9df9-4a2627ec6bb5"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Elektro Kardiogramm\" is a track from Kraftwerk's 2003 album Tour de France Soundtracks, featuring clinical, pulsing synth beats that mimic a human heart. \n\nWritten by Ralf Hütter and Fritz Hilpert, it explores the fusion of man and machine, featuring sampled heartbeats and breathing sounds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}