Information about plays

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

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

{
    "id": 3640789,
    "uri": "https://api.kexp.org/v2/plays/3640789/?format=api",
    "airdate": "2026-04-11T16:24:29-07:00",
    "show": 66426,
    "show_uri": "https://api.kexp.org/v2/shows/66426/?format=api",
    "image_uri": "https://dn710005.ca.archive.org/0/items/mbid-4bb52677-345b-4dfd-806d-bac9ce3f1ae5/mbid-4bb52677-345b-4dfd-806d-bac9ce3f1ae5-30749370686_thumb500.jpg",
    "thumbnail_uri": "https://dn710005.ca.archive.org/0/items/mbid-4bb52677-345b-4dfd-806d-bac9ce3f1ae5/mbid-4bb52677-345b-4dfd-806d-bac9ce3f1ae5-30749370686_thumb250.jpg",
    "song": "Return of the Rat",
    "track_id": "c63edc0a-1e95-3ce3-a385-5307492344dc",
    "recording_id": "962b8538-3ece-45d3-a932-7e6c66dbd327",
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Is This Real?",
    "release_id": "4bb52677-345b-4dfd-806d-bac9ce3f1ae5",
    "release_group_id": "8601dff5-2db0-3dbb-aeda-65de9635786e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1993-02-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Debut studio album from the Wipers originally released in 1980. On the '93 Sub Pop reissue, it also included three songs from the Alien Boy EP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}