Information about plays

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

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

{
    "id": 3569888,
    "uri": "https://api.kexp.org/v2/plays/3569888/?format=api",
    "airdate": "2025-10-25T19:07:49-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia804604.us.archive.org/15/items/mbid-fec3d605-e1db-425f-94df-65281808ba63/mbid-fec3d605-e1db-425f-94df-65281808ba63-21373981947_thumb500.jpg",
    "thumbnail_uri": "https://ia804604.us.archive.org/15/items/mbid-fec3d605-e1db-425f-94df-65281808ba63/mbid-fec3d605-e1db-425f-94df-65281808ba63-21373981947_thumb250.jpg",
    "song": "Big Mouth Strikes Again",
    "track_id": "bcdb4f5d-a545-3bf1-ade0-0de7d51fa36c",
    "recording_id": "9ecea885-28f5-462f-8930-7a30b9ae3652",
    "artist": "Treepeople",
    "artist_ids": [
        "dec1aede-420e-4381-bfb7-e87ba02f25d6"
    ],
    "album": "Something Vicious for Tomorrow / Time Whore",
    "release_id": "fec3d605-e1db-425f-94df-65281808ba63",
    "release_group_id": "535cba53-3c30-31e9-b3c1-0aa5c0e12561",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Treepeople covering The Smiths! \n\nTreepeople is an alternative rock band from Boise, Idaho, although its members were officially based in Seattle, Washington. The band was originally composed of vocalist/guitarist Scott Schmaljohn, drummer Wayne Flower, guitarist/vocalist Doug Martsch, and bassist Pat Brown.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}