Information about plays

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

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

{
    "id": 3580893,
    "uri": "https://api.kexp.org/v2/plays/3580893/?format=api",
    "airdate": "2025-11-21T04:03:59-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://ia800703.us.archive.org/5/items/mbid-268581d0-2295-4128-bdd3-966a6a16171c/mbid-268581d0-2295-4128-bdd3-966a6a16171c-41978475458_thumb500.jpg",
    "thumbnail_uri": "https://ia800703.us.archive.org/5/items/mbid-268581d0-2295-4128-bdd3-966a6a16171c/mbid-268581d0-2295-4128-bdd3-966a6a16171c-41978475458_thumb250.jpg",
    "song": "This Must Be The Place (Talking Heads Cover) w/ Naked Giants",
    "track_id": "47e1def2-4449-4b35-a5df-edb3302c2d96",
    "recording_id": "d07ecbcb-8faa-43c6-9e9e-e661117a4d2c",
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "This Must Be The Place (Talking Heads Cover) w/ Naked Giants",
    "release_id": "268581d0-2295-4128-bdd3-966a6a16171c",
    "release_group_id": "24d8633b-8dfe-4f06-aa80-1ab7db05ea8d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-11-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Ryan in the Berkshire!\n\n--\nSeattle bands Car Seat Headrest and Naked Giants covered Talking Heads at The Neptune Theater during their 2016 tour.\n\nhttps://www.stereogum.com/1917546/car-seat-headrest-naked-giants-this-must-be-the-place-naive-melody-talking-heads-cover/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}