Information about plays

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

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

{
    "id": 3571432,
    "uri": "https://api.kexp.org/v2/plays/3571432/?format=api",
    "airdate": "2025-10-29T14:07:20-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On My Radio '91",
    "track_id": "d6c1555f-7bd9-4b31-800d-c98ee37c3cbc",
    "recording_id": "fd978466-e73c-4301-b387-d2db3b8e85bf",
    "artist": "The Selecter",
    "artist_ids": [
        "1329faaf-799f-44e2-91f9-87fe52f17afd"
    ],
    "album": "This Is Dojo • Sampler 1996",
    "release_id": "3f8cb377-aa64-45b3-81ca-349c73be3e36",
    "release_group_id": "12dceec6-d724-4211-99b8-54bd7a7ef755",
    "labels": [
        "Dojo Records"
    ],
    "label_ids": [
        "dc77b425-189e-4d64-91fe-697d4a8c13b9"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Frank in Greenlake..\n---\nSomeone wrote about this song from English ska band The Selecter: \"I fell in love with On My Radio the first time I heard it. To understand my instant infatuation, you’d have to transport yourself back to 1980 at a time when the radio was still playing the hits from Captain & Tennille, Olivia-Newton John and Air Supply. There was something subversive about “On My Radio” and its off-kilter, cuckoo-clock chorus that felt like a big wrench being thrown into the music machinery. Of course, you were only likely to encounter this song on late-night college radio stations, but the effect was the same.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}