Information about plays

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

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

{
    "id": 3582753,
    "uri": "https://api.kexp.org/v2/plays/3582753/?format=api",
    "airdate": "2025-11-25T10:59:12-08:00",
    "show": 65207,
    "show_uri": "https://api.kexp.org/v2/shows/65207/?format=api",
    "image_uri": "https://ia601304.us.archive.org/28/items/mbid-4dc36e09-11d7-4c9b-92b0-12b0ac5c2111/mbid-4dc36e09-11d7-4c9b-92b0-12b0ac5c2111-41976678130_thumb500.jpg",
    "thumbnail_uri": "https://dn721704.ca.archive.org/0/items/mbid-4dc36e09-11d7-4c9b-92b0-12b0ac5c2111/mbid-4dc36e09-11d7-4c9b-92b0-12b0ac5c2111-41976678130_thumb250.jpg",
    "song": "Bouncing in Blue",
    "track_id": "cd9e935d-92cd-449e-ba50-1c3d9acb0759",
    "recording_id": "17d96530-df79-44e1-a6db-5dda17b2d173",
    "artist": "Pile",
    "artist_ids": [
        "6afac4cd-5ac3-461b-be39-855602eb1c6b"
    ],
    "album": "Sunshine and Balance Beams",
    "release_id": "4dc36e09-11d7-4c9b-92b0-12b0ac5c2111",
    "release_group_id": "41eeddf4-bb1f-4a80-a0df-11f3f288cebe",
    "labels": [
        "Sooper Records"
    ],
    "label_ids": [
        "986cf8a1-301d-4d32-9f5c-fd13c7316105"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boston's Pile is a foursome made up of Rick Maguire, guitarist Matt Becker, bassist Matt Connery, and drummer Kris Kuss. The band started as Maguire’s solo side project while writing and performing with a previous group, Hel Toro, and was intended as a catch-all for the “pile” of songs that didn’t fit that band’s style. :  https://allstonpudding.com/profile-the-trajectory-of-pile/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}