Information about plays

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

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

{
    "id": 3635501,
    "uri": "https://api.kexp.org/v2/plays/3635501/?format=api",
    "airdate": "2026-03-30T07:40:21-07:00",
    "show": 66320,
    "show_uri": "https://api.kexp.org/v2/shows/66320/?format=api",
    "image_uri": "https://dn721500.ca.archive.org/0/items/mbid-4a9c8c3f-13be-3b13-8115-a9a77df41057/mbid-4a9c8c3f-13be-3b13-8115-a9a77df41057-7532546623_thumb500.jpg",
    "thumbnail_uri": "https://dn721500.ca.archive.org/0/items/mbid-4a9c8c3f-13be-3b13-8115-a9a77df41057/mbid-4a9c8c3f-13be-3b13-8115-a9a77df41057-7532546623_thumb250.jpg",
    "song": "Kiss Off",
    "track_id": "18b3fba9-9970-30ce-b842-dc12439ab2b9",
    "recording_id": "61aacb8f-bbaf-49b9-b008-d2f418d460ed",
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Violent Femmes",
    "release_id": "4a9c8c3f-13be-3b13-8115-a9a77df41057",
    "release_group_id": "616a1d80-83d0-3234-bf71-fe3de8109f99",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2000-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Milwaukee Magazine featured an oral history of the band's early days: https://www.milwaukeemag.com/growing-pains-a-violent-femmes-oral-history/\n--\nHere's a live performance of \"Kiss Off\" from 1983: https://www.youtube.com/watch?v=NJUtlnn4KDg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}