Information about plays

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

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

{
    "id": 3573333,
    "uri": "https://api.kexp.org/v2/plays/3573333/?format=api",
    "airdate": "2025-11-03T03:29:59-08:00",
    "show": 65010,
    "show_uri": "https://api.kexp.org/v2/shows/65010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "85 Dollars an Acre",
    "track_id": "b409628d-7225-49a1-8644-a26077f886cb",
    "recording_id": "696ec1c9-a224-41b0-be3a-9d377d8ca7fc",
    "artist": "Leanne Betasamosake Simpson",
    "artist_ids": [
        "5c09dcfe-52ba-46f5-b248-92fb846dbfba"
    ],
    "album": "Live Like The Sky",
    "release_id": "1e32f262-e0b3-4307-bd19-0ea6a78a87d7",
    "release_group_id": "0b055ceb-0464-4ae4-ad57-ad61f2c4857d",
    "labels": [
        "You've Changed Records"
    ],
    "label_ids": [
        "ca792f70-e07f-45a1-998e-45e89b8a6be8"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nishnaabeg\t\n\nLeanne Betasamosake Simpson is a Nishnaabeg musician, poet, and storyteller that combines story and song in her body of work. She has authored eight books, including her latest release ‘Theory of Ice’, which won the 2021 Prism Prize’s Willie Dunn Award. https://www.leannesimpson.ca",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}