Information about plays

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

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

{
    "id": 3641931,
    "uri": "https://api.kexp.org/v2/plays/3641931/?format=api",
    "airdate": "2026-04-14T09:44:15-07:00",
    "show": 66450,
    "show_uri": "https://api.kexp.org/v2/shows/66450/?format=api",
    "image_uri": "https://dn711203.ca.archive.org/0/items/mbid-0a1d7e5f-a823-3f5c-a210-135178f18943/mbid-0a1d7e5f-a823-3f5c-a210-135178f18943-29313085280_thumb500.jpg",
    "thumbnail_uri": "https://dn711203.ca.archive.org/0/items/mbid-0a1d7e5f-a823-3f5c-a210-135178f18943/mbid-0a1d7e5f-a823-3f5c-a210-135178f18943-29313085280_thumb250.jpg",
    "song": "Run Into Flowers",
    "track_id": "7fde0bb5-f762-39ca-996e-2211a52ebccf",
    "recording_id": "ddfd893c-b877-43fb-a3fb-bcbd27ab2d5b",
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Dead Cities, Red Seas & Lost Ghosts",
    "release_id": "0a1d7e5f-a823-3f5c-a210-135178f18943",
    "release_group_id": "528afc2e-39d4-3e78-bb88-40aeb08bd122",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2004-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2003, M83 release 'Dead Cities, Red Seas & Lost Ghosts'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}