Information about plays

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

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

{
    "id": 3569211,
    "uri": "https://api.kexp.org/v2/plays/3569211/?format=api",
    "airdate": "2025-10-24T05:01:18-07:00",
    "show": 64917,
    "show_uri": "https://api.kexp.org/v2/shows/64917/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-c812852b-4e5c-441e-bdd3-62ec45a6c215/mbid-c812852b-4e5c-441e-bdd3-62ec45a6c215-38690374349_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-c812852b-4e5c-441e-bdd3-62ec45a6c215/mbid-c812852b-4e5c-441e-bdd3-62ec45a6c215-38690374349_thumb250.jpg",
    "song": "Lay My Love",
    "track_id": "afec034e-7b59-3d71-b8ca-a79f7fe18f0e",
    "recording_id": "270d18af-5844-40d1-9cba-15a1e7d86d48",
    "artist": "Brian Eno/John Cale",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872",
        "72c090b6-a68e-4cb9-b330-85278681a714"
    ],
    "album": "Wrong Way Up",
    "release_id": "c812852b-4e5c-441e-bdd3-62ec45a6c215",
    "release_group_id": "93de2cce-a2d6-389b-9050-8c6b78abab82",
    "labels": [
        "Opal Records"
    ],
    "label_ids": [
        "cd1cc4f9-000c-4207-a34e-78e3ac106a28"
    ],
    "release_date": "1990-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Lay My Love\" is the opening track from Wrong Way Up (1990), the sole collaborative studio album by Brian Eno and John Cale. The album marked a rare meeting between two avant-garde veterans. Their collaboration came after decades of individual innovation--Cale's work with the Velvet Underground and Eno's with Roxy Music and ambient music. The tension between their strong creative personalities is reflected throughout the record but comes together seamlessly on \"Lay My Love.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}