Information about plays

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

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

{
    "id": 3582411,
    "uri": "https://api.kexp.org/v2/plays/3582411/?format=api",
    "airdate": "2025-11-24T15:40:16-08:00",
    "show": 65200,
    "show_uri": "https://api.kexp.org/v2/shows/65200/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-cf05654f-5549-3096-8bd6-40449dd3aacc/mbid-cf05654f-5549-3096-8bd6-40449dd3aacc-42204340424_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-cf05654f-5549-3096-8bd6-40449dd3aacc/mbid-cf05654f-5549-3096-8bd6-40449dd3aacc-42204340424_thumb250.jpg",
    "song": "No One Receiving",
    "track_id": "5664f1b8-7037-38a7-9326-f49e06199cef",
    "recording_id": "a1eda604-e4c4-4e8e-a7de-086145432bf1",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Before and After Science",
    "release_id": "cf05654f-5549-3096-8bd6-40449dd3aacc",
    "release_group_id": "6f9e2641-f79b-32f2-a752-f7212e9040e4",
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1990-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Before and After Science\" is considered a transitional work, featuring a mix of rock-oriented songs on the first half and more ambient and experimental tracks on the second, foreshadowing Eno's shift away from traditional rock music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}