Information about plays

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

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

{
    "id": 3521803,
    "uri": "https://api.kexp.org/v2/plays/3521803/?format=api",
    "airdate": "2025-07-02T19:46:24-07:00",
    "show": 63902,
    "show_uri": "https://api.kexp.org/v2/shows/63902/?format=api",
    "image_uri": "https://ia600309.us.archive.org/24/items/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423-24056431340_thumb500.jpg",
    "thumbnail_uri": "https://ia800309.us.archive.org/24/items/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423-24056431340_thumb250.jpg",
    "song": "Spacelab",
    "track_id": "4180e6a8-dd26-3f3c-9aeb-7d84ebf95c7b",
    "recording_id": "356eb8a5-67bc-40d6-85f0-ae9e19971a11",
    "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": "The Man-Machine is the seventh studio album by German electronic music band Kraftwerk. It was released in May 1978 by Kling Klang in Germany and by Capitol Records elsewhere. A further refinement of their mechanical style, the album saw the group incorporate more danceable rhythms. It includes the singles \"The Model\" and \"The Robots\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}