Information about plays

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

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

{
    "id": 3608686,
    "uri": "https://api.kexp.org/v2/plays/3608686/?format=api",
    "airdate": "2026-01-24T21:21:16-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flatware Pre Soak",
    "track_id": null,
    "recording_id": null,
    "artist": "Dish Pit",
    "artist_ids": [],
    "album": "Doing Dishes To Make Music To Do Dishes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New stuff from this Seattle band!\n\nDish Pit will be playing at the Clock-Out Lounge in Seattle on February 15th.\n\nhttps://dishpit666.bandcamp.com/album/whippets-in-the-walk-in",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}