Information about plays

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

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

{
    "id": 3551595,
    "uri": "https://api.kexp.org/v2/plays/3551595/?format=api",
    "airdate": "2025-09-11T05:57:42-07:00",
    "show": 64531,
    "show_uri": "https://api.kexp.org/v2/shows/64531/?format=api",
    "image_uri": "https://ia801000.us.archive.org/22/items/mbid-31ead43d-a4f9-45ea-aa3f-146f14946b6a/mbid-31ead43d-a4f9-45ea-aa3f-146f14946b6a-42973386368_thumb500.jpg",
    "thumbnail_uri": "https://dn721501.ca.archive.org/0/items/mbid-31ead43d-a4f9-45ea-aa3f-146f14946b6a/mbid-31ead43d-a4f9-45ea-aa3f-146f14946b6a-42973386368_thumb250.jpg",
    "song": "Porcupine",
    "track_id": "b9c7ea94-da67-4f20-ac6a-9a348899e693",
    "recording_id": "56bd9abb-6ba9-4caa-a4de-0c73c6f426ca",
    "artist": "Sparks",
    "artist_ids": [
        "f319b57a-a494-40f6-a467-3d196d3484e6"
    ],
    "album": "MADDER!",
    "release_id": "31ead43d-a4f9-45ea-aa3f-146f14946b6a",
    "release_group_id": "1c09cedb-849f-4d15-88c3-57c8497539d8",
    "labels": [
        "Transgressive Records Ltd."
    ],
    "label_ids": [
        "081fce83-a689-412c-b73b-7bd935d2c8a0"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music out of L.A.!\n\nMost other musicians, when they've been working for over half a century, are resting on their laurels, basking in the warm glow of their heritage, accepting the odd Lifetime Achievement Award, playing the odd Greatest Hits tour and concentrating on shifting their back catalogue. But Sparks are not most other musicians. They are utterly unique. \n\nhttps://sparksofficial.bandcamp.com/track/porcupine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}