Information about plays

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

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

{
    "id": 3542787,
    "uri": "https://api.kexp.org/v2/plays/3542787/?format=api",
    "airdate": "2025-08-21T06:36:50-07:00",
    "show": 64345,
    "show_uri": "https://api.kexp.org/v2/shows/64345/?format=api",
    "image_uri": "https://ia800209.us.archive.org/20/items/mbid-1188e61e-4238-492b-a65f-ca4e7c32fc76/mbid-1188e61e-4238-492b-a65f-ca4e7c32fc76-5014332842_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/20/items/mbid-1188e61e-4238-492b-a65f-ca4e7c32fc76/mbid-1188e61e-4238-492b-a65f-ca4e7c32fc76-5014332842_thumb250.jpg",
    "song": "Somewhere Over the Rainbow / What a Wonderful World",
    "track_id": "135b927e-f301-3ba2-96d7-30a8a7460882",
    "recording_id": "cd475ebb-573f-4ada-8257-bb3cb050ccab",
    "artist": "Israel Kamakawiwoʻole",
    "artist_ids": [
        "e7ae37b1-624f-47b9-bf4f-53b52ef19528"
    ],
    "album": "Over the Rainbow",
    "release_id": "1188e61e-4238-492b-a65f-ca4e7c32fc76",
    "release_group_id": "d9475a14-a01b-4600-8f61-06fbc7f3463e",
    "labels": [
        "Mountain Apple Company"
    ],
    "label_ids": [
        "4f09f7c1-5344-4f93-8941-347ced670a21"
    ],
    "release_date": "2010-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Carla from Eric.\n\n\"My wife was diagnosed with breast cancer in 2016, you never think it would happen to you, but it does happen.After we were done with treatment, we celebrated by going to Hawaii.” Over the rainbow”by IZ was playing on the plane, I still get teared up when it plays, after all these cancer free years. For Carla and all our adventures to come.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}