Information about plays

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

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

{
    "id": 3609341,
    "uri": "https://api.kexp.org/v2/plays/3609341/?format=api",
    "airdate": "2026-01-26T09:49:54-08:00",
    "show": 65760,
    "show_uri": "https://api.kexp.org/v2/shows/65760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People Have the Power",
    "track_id": "a6440bd1-7b5c-32db-80c7-f7533c68e4df",
    "recording_id": "1b7cabaf-2462-48b0-b62e-22c21594522b",
    "artist": "Patti Smith",
    "artist_ids": [
        "d135874d-9cae-4fef-97e3-36acbd9f5a26"
    ],
    "album": "Dream of Life",
    "release_id": "867e7159-8052-3091-86a4-0d0c48fd7f66",
    "release_group_id": "92f0659b-0d81-3491-a2ad-6028ddcbd628",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Back in 2005, Patti Smith and her longtime guitarist Lenny Kaye stopped by the KEXP studios for an intimate in-studio session hosted by DJ Kevin Cole. At the time, the pair were on tour, celebrating the 30th anniversary of her seminal 'Horses' album. https://www.kexp.org/read/2022/3/2/patti-smith-lenny-kaye-her-1975-debut-album-horses-healthy-regmens-finding-joy/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}