Information about plays

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

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

{
    "id": 3569975,
    "uri": "https://api.kexp.org/v2/plays/3569975/?format=api",
    "airdate": "2025-10-25T21:54:17-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/196f4572-066c-42fd-bedf-b0814472229d/24079903323-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/196f4572-066c-42fd-bedf-b0814472229d/24079903323-250.jpg",
    "song": "Insects",
    "track_id": null,
    "recording_id": "a9116ab0-71bf-4d81-aa31-1c6ee17682db",
    "artist": "Oingo Boingo",
    "artist_ids": [
        "166bc1cb-a2b7-412d-bcd5-5f439d2cf5f1"
    ],
    "album": "Nothing to Fear",
    "release_id": null,
    "release_group_id": "32ca8580-283e-3d3d-a8cf-239f2f8240a8",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Timm\n\nOingo Boingo emerged from a surrealist musical theatre troupe, the Mystic Knights of the Oingo Boingo, that founder Danny Elfman had previously led and written material for.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}