Information about plays

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

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

{
    "id": 3586782,
    "uri": "https://api.kexp.org/v2/plays/3586782/?format=api",
    "airdate": "2025-12-04T16:01:49-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It’s Like That / I Am Complete",
    "track_id": "8ab6cd70-dfaf-3fd0-bbbd-112c7c3fe5ca",
    "recording_id": "e054ac0b-d6cf-43f3-be4a-4d6b37458fda",
    "artist": "Handsome Boy Modeling School featuring Casual / Handsome Boy Modeling School featuring Tim Meadows",
    "artist_ids": [
        "c3f99319-52c7-47f2-9631-10bc7cc8c589",
        "4f67763e-3188-43c1-83a7-3fe49961b955",
        "7544a445-d40d-4394-92cf-626e31a8ada6"
    ],
    "album": "White People",
    "release_id": "1462835e-dbcb-3dec-b517-23f25c077e90",
    "release_group_id": "95b156e4-c413-3ec4-a1f2-e71d449adc46",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2004-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to Drive Time!\n\nThis song features Jon Owens , known by his stage name Casual, an American rapper and producer from Oakland, California. It also features comedy actor Tim Meadows, a long-time cast member of Saturday Night Live.\n\nhttps://handsomeboymodelingschool.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}