Information about plays

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

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

{
    "id": 3622580,
    "uri": "https://api.kexp.org/v2/plays/3622580/?format=api",
    "airdate": "2026-02-26T14:37:03-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "https://dn710806.ca.archive.org/0/items/mbid-f3c34efb-9c5c-36c0-90a7-d55a2df29aef/mbid-f3c34efb-9c5c-36c0-90a7-d55a2df29aef-2097500720_thumb500.jpg",
    "thumbnail_uri": "https://dn710806.ca.archive.org/0/items/mbid-f3c34efb-9c5c-36c0-90a7-d55a2df29aef/mbid-f3c34efb-9c5c-36c0-90a7-d55a2df29aef-2097500720_thumb250.jpg",
    "song": "Shaking Hand",
    "track_id": "53a856eb-1b83-3f8a-bdc0-5cd4e9430422",
    "recording_id": "404c89c0-82be-403f-8024-26702eed9c05",
    "artist": "Women",
    "artist_ids": [
        "ea78d0cf-1c99-443f-a4dc-4db90f3e1c47"
    ],
    "album": "Women",
    "release_id": "f3c34efb-9c5c-36c0-90a7-d55a2df29aef",
    "release_group_id": "24f48c6e-8298-3dcf-992c-d3dc07d00a43",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2008-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 2008 recording is the debut album from Calgary, Canada musicians Patrick Flegel, Christopher Reimer, Matt Flegel, and Mike Wallace.  They recorded  it in the basement studio of producer Chad VanGaalen..  You can purchase it here: https://womenband.bandcamp.com/album/women",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}