Information about plays

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

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

{
    "id": 3592978,
    "uri": "https://api.kexp.org/v2/plays/3592978/?format=api",
    "airdate": "2025-12-19T06:51:24-08:00",
    "show": 65416,
    "show_uri": "https://api.kexp.org/v2/shows/65416/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trampled Under Foot",
    "track_id": "154f8f46-68eb-3f7d-8086-bd7a254ce239",
    "recording_id": "f1339272-693e-4946-9779-9fc32a1f1c3f",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Physical Graffiti",
    "release_id": "01d12847-43bc-3c48-8938-125e5545e355",
    "release_group_id": "116c9490-6af4-3827-8261-2d5b1f508fe7",
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request, for Anastasia in Gig Harbor!\n\nThe lyrics were based on Robert Johnson's 1936 \"Terraplane Blues.\" A Terraplane is a classic car, and the song uses car images as metaphors for sex: \"pump your gas,\" \"rev all night,\" etc. \n--\nThat's John Paul Jones on clavinet. Regarding the innovative guitar sound on this track, Jimmy Page told Guitar Player magazine: \"It's sort of backwards echo and wah-wah. I don't know how responsible I was for new sounds because there were so many good things happening around that point, around the release of the first Zeppelin album, like Hendrix and Clapton.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}