Information about plays

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

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

{
    "id": 3577611,
    "uri": "https://api.kexp.org/v2/plays/3577611/?format=api",
    "airdate": "2025-11-13T10:27:37-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Long Time",
    "track_id": null,
    "recording_id": "bd4d10e3-51f0-4e6f-bb9b-20e9f8abc6c7",
    "artist": "Linda Ronstadt",
    "artist_ids": [
        "498f2581-be21-4eef-8756-fbb89d79b1c0"
    ],
    "album": "Silk Purse",
    "release_id": null,
    "release_group_id": "75874ccb-ab3e-3f58-bb11-096ec50a4711",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1970-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Amber in Issaquah:\n\n\"I just lost my mom in August. On her final day in hospice, I spent time with her while she was unconscious playing some of her favorite music. The very last song that I played for her was Linda Rondstadt's \"\"Long Long Time.\"\" When the song ended I kissed her and told her goodnight. I got the call that she'd passed 30 minutes later. \n\nThe next day I was walking down a street in my hometown of Baltimore and stopped in my tracks. In the window of an antiques shop was a desk with two empty wine glasses and a copy of Linda Rondstadt's greatest hits on vinyl - and nothing else. I knew it was a sign from my mom and that she was telling me that she was alright. \n\nOurs wasn't an easy relationship, but I feel her with me always now - coming through with pure love and light - and the signs from her just keep on coming. I know it's a tearjerker, but I'd like to request \"\"Long Long Time\"\" as a way of sending my own sign back to her saying she'll always be loved and missed.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}