Information about plays

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

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

{
    "id": 3634906,
    "uri": "https://api.kexp.org/v2/plays/3634906/?format=api",
    "airdate": "2026-03-28T23:29:33-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk Out",
    "track_id": null,
    "recording_id": null,
    "artist": "Dish Pit",
    "artist_ids": [],
    "album": "Doing Dishes To Make Music To Do Dishes To",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can catch them in Seattle on April 4, 2026, at Slim's Last Chance (supporting Pet Mosquito). They are also scheduled to return to the Clock-Out Lounge on May 9, 2026, opening for The Darts. https://dishpit666.bandcamp.com/album/doing-dishes-to-make-music-to-do-dishes-to",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}