Information about plays

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

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

{
    "id": 3627678,
    "uri": "https://api.kexp.org/v2/plays/3627678/?format=api",
    "airdate": "2026-03-11T06:21:51-07:00",
    "show": 66150,
    "show_uri": "https://api.kexp.org/v2/shows/66150/?format=api",
    "image_uri": "https://ia800309.us.archive.org/24/items/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423-24056431340_thumb500.jpg",
    "thumbnail_uri": "https://ia600309.us.archive.org/24/items/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423-24056431340_thumb250.jpg",
    "song": "The Man·Machine",
    "track_id": "91ea8218-8b2b-310c-96d3-f2caa0a1e20a",
    "recording_id": "fc468954-6d42-468f-b6a5-9ba6aa4f1c49",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "The Man-Machine",
    "release_id": "081a744e-ad3c-3127-927d-6e7ed3ac0423",
    "release_group_id": "d147e89b-90ca-35b6-9f7b-3e34b8edf63f",
    "labels": [
        "Mute",
        "Kling Klang"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8",
        "142df2b2-07ea-43bd-9df9-4a2627ec6bb5"
    ],
    "release_date": "2009-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kraftwerk was founded by fellow students Hutter and Schneider in 1970, after they had played around as The Organization’ in the late 60’s. They wanted the music of this new incarnation to forge a new cultural identity for post-war Germany which at the time was regurgitating the popular culture of America.\" https://tinyurl.com/z75r84ch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}