Information about plays

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

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

{
    "id": 3637828,
    "uri": "https://api.kexp.org/v2/plays/3637828/?format=api",
    "airdate": "2026-04-04T18:34:57-07:00",
    "show": 66368,
    "show_uri": "https://api.kexp.org/v2/shows/66368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "woah",
    "track_id": null,
    "recording_id": null,
    "artist": "Hillsboro",
    "artist_ids": [],
    "album": "A Party in Your Name",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Vancouver's Hillsboro!\n\n\"A Party in Your Name comes from a deeply personal place. \"In my early twenties, addiction shaped the landscape of my life, distorting my sense of self and stability,\" the band shared. \"The music on this record chronicles that reckoning — an unfiltered confrontation with my past, my regrets, and my hope for something better.\"\n\nRead more via Exclaim!:\n\nhttps://exclaim.ca/music/article/hillsboro-announce-a-party-in-your-name-ep",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}