Information about plays

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

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

{
    "id": 3521205,
    "uri": "https://api.kexp.org/v2/plays/3521205/?format=api",
    "airdate": "2025-07-01T13:31:59-07:00",
    "show": 63892,
    "show_uri": "https://api.kexp.org/v2/shows/63892/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trans Europe Express",
    "track_id": null,
    "recording_id": "737cc87d-5582-4b4d-835a-4de4f16e1cdb",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Trans Europe Express / Numbers / Musique Non Stop / Homecomputer",
    "release_id": null,
    "release_group_id": "897c4d8a-fdaa-4a20-9913-09b06d59ee72",
    "labels": [
        "Kling Klang"
    ],
    "label_ids": [
        "142df2b2-07ea-43bd-9df9-4a2627ec6bb5"
    ],
    "release_date": "1997-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1980, the Roland TR-808 was designed as an alternative to an acoustic drum kit for musicians to record with, but took on a new life in hip-hop, pop, R&B, techno, house and electro, as producers reveled in its defiantly synthetic tones.- Kraftwerk were early Roland TR-808 adopters. In fact, when percussionist Karl Bartos was interviewed in 2013, he told them that they actually had a pre-production model.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}