Information about plays

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

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

{
    "id": 3584237,
    "uri": "https://api.kexp.org/v2/plays/3584237/?format=api",
    "airdate": "2025-11-28T18:49:57-08:00",
    "show": 65233,
    "show_uri": "https://api.kexp.org/v2/shows/65233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Friday I’m in Love",
    "track_id": null,
    "recording_id": "90b55a29-4d4d-4e96-b262-04a60951a3f2",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wish",
    "release_id": null,
    "release_group_id": "88154914-4f14-355c-8066-b3cecd38c42c",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During the writing process for this song, Robert Smith became convinced that he had inadvertently stolen the chord progression from somewhere, and this led him to a state of paranoia where he called everyone he could think of and played the song for them, asking if they had heard it before.\n\n\"It’s a really good chord progression,\" he said, \"and I couldn’t believe no-one else had used it. I asked so many people at the time – I was getting drug paranoia anyway – thinking 'I must have stolen this from somewhere, I can't possibly have come up with this.' \n\n\"I asked everyone I knew, everyone. I’d phone people up and sing it and go, 'Have you heard this before? What's it called?' They would insist they had never heard it.\"  https://tinyurl.com/fssr8x95",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}