Information about plays

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

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

{
    "id": 3544254,
    "uri": "https://api.kexp.org/v2/plays/3544254/?format=api",
    "airdate": "2025-08-24T15:37:07-07:00",
    "show": 64377,
    "show_uri": "https://api.kexp.org/v2/shows/64377/?format=api",
    "image_uri": "https://ia601603.us.archive.org/28/items/mbid-1d620281-45b0-3a79-af13-f7af306cd202/mbid-1d620281-45b0-3a79-af13-f7af306cd202-9571847258_thumb500.jpg",
    "thumbnail_uri": "https://ia801603.us.archive.org/28/items/mbid-1d620281-45b0-3a79-af13-f7af306cd202/mbid-1d620281-45b0-3a79-af13-f7af306cd202-9571847258_thumb250.jpg",
    "song": "Gardening at Night",
    "track_id": "a1b85917-c576-34ba-9de8-2ed2abb9b4f7",
    "recording_id": "2b9af649-64c4-4d58-b074-fa8c2ed6d95a",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Chronic Town",
    "release_id": "1d620281-45b0-3a79-af13-f7af306cd202",
    "release_group_id": "19c331a6-c93e-3ef4-82cf-24adf4f4b14b",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1982-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.E.M. released their debut EP Chronic Town on this day in 1982!\n\nOf the inspiration behind this track, Peter Buck explains, \"There was an old guy in my neighborhood who would be out gardening at 2 a.m. in his suit and tie. I'd see him when I was out trying to get a beer at the Magic Mart or somewhere. It's basically a metaphor for the uselessness of everything.\" https://bit.ly/3tHPTlP \n\nWatch R.E.M. play this song live at Chateau Neuf Oslo 1985: https://youtu.be/KStirqnmD6Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}