Information about plays

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

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

{
    "id": 3550868,
    "uri": "https://api.kexp.org/v2/plays/3550868/?format=api",
    "airdate": "2025-09-09T13:08:59-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://coverartarchive.org/release/da369582-95be-4e53-bf4e-b86d078e6969/2192359022-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da369582-95be-4e53-bf4e-b86d078e6969/2192359022-250.jpg",
    "song": "No Tears",
    "track_id": null,
    "recording_id": "591b9088-57ad-440e-a616-d3ced066b6e4",
    "artist": "Tuxedomoon",
    "artist_ids": [
        "98298c40-5977-4fa2-9085-db36ee51b90b"
    ],
    "album": "Desire",
    "release_id": null,
    "release_group_id": "04d1f21f-607e-4501-a8f3-bc2ae5505bc3",
    "labels": [
        "Crammed Discs"
    ],
    "label_ids": [
        "443fa1b0-3960-463f-9016-9845a9754b3e"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, by San Francisco post-punk legends Tuxedomoon, was requested by Nico!\n\n\"Founded by Steven Brown and Blaine Reininger in San Francisco, Tuxedomoon are a futuristic alternate reality of delirium and existential dread.\" Their 1978 debut EP, No Tears, was recorded with vocalist Winston Tong and sound engineer Tommy Tadlock.: https://www.superiorviaduct.com/products/tuxedomoon-no-tears-12-inch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}