Information about plays

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

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

{
    "id": 3640919,
    "uri": "https://api.kexp.org/v2/plays/3640919/?format=api",
    "airdate": "2026-04-11T21:01:13-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://dn720703.ca.archive.org/0/items/mbid-7003357d-4053-43b5-b77b-097d467e811b/mbid-7003357d-4053-43b5-b77b-097d467e811b-44509531376_thumb500.jpg",
    "thumbnail_uri": "https://dn720703.ca.archive.org/0/items/mbid-7003357d-4053-43b5-b77b-097d467e811b/mbid-7003357d-4053-43b5-b77b-097d467e811b-44509531376_thumb250.jpg",
    "song": "Apocalypse (Single)",
    "track_id": "6e683219-7896-444d-ba5b-0624e9d918cb",
    "recording_id": "dd105009-39ba-4fa8-bff5-cb580af03058",
    "artist": "The Darts (U.S.)",
    "artist_ids": [
        "d275d379-ec45-47e3-a695-c77a891ea7fa"
    ],
    "album": "Halloween Love Songs",
    "release_id": "7003357d-4053-43b5-b77b-097d467e811b",
    "release_group_id": "4a6ee3d6-6f26-4b78-b74d-4ae9bbbd7302",
    "labels": [
        "Adrenalin Fix Music"
    ],
    "label_ids": [
        "ddc4b904-dc8b-42ca-b7ad-95937e0696a6"
    ],
    "release_date": "2026-03-03",
    "rotation_status": "R",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}