Information about plays

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

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

{
    "id": 3575675,
    "uri": "https://api.kexp.org/v2/plays/3575675/?format=api",
    "airdate": "2025-11-08T19:41:29-08:00",
    "show": 65059,
    "show_uri": "https://api.kexp.org/v2/shows/65059/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec6d4409-a112-3f1f-a880-6d1c9d56746c/9637263179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec6d4409-a112-3f1f-a880-6d1c9d56746c/9637263179-250.jpg",
    "song": "Good Enough",
    "track_id": null,
    "recording_id": "269c4166-9f8c-42ed-954d-2e2357da42bf",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Every Good Boy Deserves Fudge",
    "release_id": null,
    "release_group_id": "a06ea2e4-c2ff-3169-8af5-5625f0a6ed9a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mudhoney are sending the year off at the Neptune with Student Nurse! Tickets below:\n\nhttps://www.stgpresents.org/events/mudhoney/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}