Information about plays

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

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

{
    "id": 3629121,
    "uri": "https://api.kexp.org/v2/plays/3629121/?format=api",
    "airdate": "2026-03-15T04:38:29-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://coverartarchive.org/release/faf540d4-80aa-4a14-bdc0-46b5a1b571e3/25601008298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/faf540d4-80aa-4a14-bdc0-46b5a1b571e3/25601008298-250.jpg",
    "song": "Bored Housewives",
    "track_id": null,
    "recording_id": "3e18a361-713d-4ddd-983d-b1dd645a542b",
    "artist": "Androids of Mu",
    "artist_ids": [
        "cf06c368-2b95-465e-a647-98f50275c53e"
    ],
    "album": "Blood Robots",
    "release_id": null,
    "release_group_id": "329f94f2-6921-3d7e-96bf-40ece8dbbcf2",
    "labels": [
        "Fuck Off Records"
    ],
    "label_ids": [
        "ef765c4b-4f4b-4e10-bf43-23bf112c7851"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}