Information about plays

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

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

{
    "id": 3609742,
    "uri": "https://api.kexp.org/v2/plays/3609742/?format=api",
    "airdate": "2026-01-27T09:35:53-08:00",
    "show": 65768,
    "show_uri": "https://api.kexp.org/v2/shows/65768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vienna",
    "track_id": "257bb0cc-d60e-4b92-b12f-900aee631923",
    "recording_id": "fa36c6f7-f239-4c76-bb0e-46f857af1e35",
    "artist": "Billy Joel",
    "artist_ids": [
        "64b94289-9474-4d43-8c93-918ccc1920d1"
    ],
    "album": "The Stranger",
    "release_id": "3b2f951d-3bd1-4302-a2d0-81e3f7787f26",
    "release_group_id": "735bcee6-6be6-3957-af15-d21ba2bd355b",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey John -\n\nIt's taken me a while to get the words and time right but my 41 yr old brother Tyler took his own life last September. For the last 14 years I've heard people share stories of loss and have felt for those listeners but never thought I’d have a reason to write in. Well here I am. Last Monday my wife Tripti (trip-tea) and I welcomed our baby girl, Vienna, into the world. I’d do anything to have him meet her. Since that can’t happen, can you play Vienna by Billy Joel and maybe somewhere out there Tyler will catch the tune? I know I’m not alone.\n\n-Brent in Austin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}