Information about plays

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

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

{
    "id": 3608737,
    "uri": "https://api.kexp.org/v2/plays/3608737/?format=api",
    "airdate": "2026-01-24T23:21:18-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fff72cc-38c4-4484-9926-af9ef0891958/43618119871-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fff72cc-38c4-4484-9926-af9ef0891958/43618119871-250.jpg",
    "song": "Superficial Love",
    "track_id": null,
    "recording_id": "a9ffcf9f-97fd-4e66-a9ef-b00544a65ccb",
    "artist": "T.S.O.L.",
    "artist_ids": [
        "e3207b63-ab05-42bc-924e-b1299b89c406"
    ],
    "album": "T.S.O.L.",
    "release_id": null,
    "release_group_id": "513fa02f-1054-372e-b914-1a0d69b3c272",
    "labels": [
        "Posh Boy"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "T.S.O.L. vocalist, Jack Grisham has issued a somewhat vague statement that suggests the band's January shows may be their last ever. You can read more about it here:\n\nhttps://www.punknews.org/article/87242/tsol-indicates-upcoming-shows-may-be-their-last#google_vignette\nhttps://www.facebook.com/TsolOfficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}