Information about plays

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

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

{
    "id": 3593606,
    "uri": "https://api.kexp.org/v2/plays/3593606/?format=api",
    "airdate": "2025-12-20T19:05:11-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "https://ia601309.us.archive.org/29/items/mbid-29cb6651-8d5f-4ce3-8e5b-9872da4ab832/mbid-29cb6651-8d5f-4ce3-8e5b-9872da4ab832-6697418687_thumb500.jpg",
    "thumbnail_uri": "https://ia601309.us.archive.org/29/items/mbid-29cb6651-8d5f-4ce3-8e5b-9872da4ab832/mbid-29cb6651-8d5f-4ce3-8e5b-9872da4ab832-6697418687_thumb250.jpg",
    "song": "Snow Day",
    "track_id": "ce563e86-7bea-4a7e-939d-661ac164ac3d",
    "recording_id": "2329e8a6-03ce-4ce8-849d-f9dffbc37f0f",
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "NVM",
    "release_id": "29cb6651-8d5f-4ce3-8e5b-9872da4ab832",
    "release_group_id": "75b639bc-fb8a-4000-9438-6a6ee28a7f00",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2014-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Like a fluorescent-lit snack-aisle oasis in some desolate interstate road stop, brimming with Skittles and limited-edition Sno Balls, Tacocat's Easter-egg-hued pop-punk-pop is bubblegum-sticky with hooks, bound to brighten up the most drab stretch of bummer backroad.\" https://tacocat.bandcamp.com/album/nvm",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}