Information about plays

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

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

{
    "id": 3582790,
    "uri": "https://api.kexp.org/v2/plays/3582790/?format=api",
    "airdate": "2025-11-25T13:11:40-08:00",
    "show": 65208,
    "show_uri": "https://api.kexp.org/v2/shows/65208/?format=api",
    "image_uri": "https://coverartarchive.org/release/96964bbe-81f0-3d3a-8ec9-9e10362e089a/3130537879-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96964bbe-81f0-3d3a-8ec9-9e10362e089a/3130537879-250.jpg",
    "song": "Walking on Broken Glass",
    "track_id": null,
    "recording_id": "969e27bd-a596-4949-91b1-aba49c58fdb1",
    "artist": "Annie Lennox",
    "artist_ids": [
        "3e30aebd-0557-4cfd-8fb9-3945afa5d72b"
    ],
    "album": "Diva",
    "release_id": null,
    "release_group_id": "bb94025b-0278-3a61-b401-ccf9c5fea353",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You were the sweetest thing that I ever knew\nBut I don't care for sugar honey if I can't have you...\"\nAnnie Lennox wrote it and sang it (wonderfully)!\n---\nSlant Magazine claimed \"Walking on Broken Glass\" was \"one of the most brilliant singles of the era\".\n--\nWatch the video, with John Malkovich and Hugh Laurie: https://www.youtube.com/watch?v=y25stK5ymlA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}