Information about plays

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

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

{
    "id": 3545511,
    "uri": "https://api.kexp.org/v2/plays/3545511/?format=api",
    "airdate": "2025-08-27T14:13:53-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia600304.us.archive.org/32/items/mbid-389425ee-9246-381d-a330-f80687bfc0af/mbid-389425ee-9246-381d-a330-f80687bfc0af-26424904304_thumb500.jpg",
    "thumbnail_uri": "https://ia600304.us.archive.org/32/items/mbid-389425ee-9246-381d-a330-f80687bfc0af/mbid-389425ee-9246-381d-a330-f80687bfc0af-26424904304_thumb250.jpg",
    "song": "Skunk (Sonicly Speaking)",
    "track_id": "451463a0-f462-3a84-91ce-9de5227b79bb",
    "recording_id": "3c43b2ab-0528-4a17-89c1-ee9d8c8b53ac",
    "artist": "MC5",
    "artist_ids": [
        "08b736bb-1c82-40b4-8b0b-49e2182a067a"
    ],
    "album": "High Time",
    "release_id": "389425ee-9246-381d-a330-f80687bfc0af",
    "release_group_id": "07cd1d15-3936-3b76-b3da-5603f9f19a86",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks, Amplifier Scott, for this request: \nPretty steady supporter here who recently made the leap to Amplifier. So how about playing Skunk (Sonically Speaking) — the final track from the final (original line-up) MC5 album? Why? Well, the MC5 were certainly good at amplifying things! And it’s a crazy mix of rock, punk and jazz, in keeping with the great way KEXP mixes it up across so many genres. Can you kick it out?\n--\nIndeed we can, Scott!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}