Information about plays

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

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

{
    "id": 3602794,
    "uri": "https://api.kexp.org/v2/plays/3602794/?format=api",
    "airdate": "2026-01-10T21:07:45-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Preschool Dropout",
    "track_id": null,
    "recording_id": null,
    "artist": "F.U.S.",
    "artist_ids": [
        "cec0a495-c277-4566-9d2a-15903ff14579"
    ],
    "album": "Kill for Christ",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Taang Records!"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A reissue of the amazing 1982 \"Kill For Christ\" album by one of the finest hardcore bands to ever come out of Boston. Includes all the tracks from the original release, along with the band's songs from the \"This Is Boston Not LA\" and \"Unsafe At Any Speed\" compilations, as well as the group's first demo recordings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}