Information about plays

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

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

{
    "id": 3577606,
    "uri": "https://api.kexp.org/v2/plays/3577606/?format=api",
    "airdate": "2025-11-13T10:14:18-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Sweet Lord",
    "track_id": "2099c0ec-327d-4530-9628-9d98c1e0744e",
    "recording_id": "dde365d2-31d4-4605-ae61-ebb6b4bf39e3",
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "All Things Must Pass",
    "release_id": "fe724dcc-bf28-41c7-8450-e659e916e6f9",
    "release_group_id": "d4b0f3e2-e3eb-3531-b305-ed8105cb5be4",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2014-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Gina:\n\nMy dad was the embodiment of music. Every bone in his body was musical and he brought so much music into my life. He was a musician and always found a way to play music or listen to music. All music brought him joy. When he died unexpectedly of a heart attack 3 years ago I thought I might never be able to listen to music again because it would be too painful. The exact opposite ended up being true. Yes, I cry when I listen to music, but it also makes me feel closer to him.  When I listen to the radio and hear songs that he used to play and sing (which is A LOT) I can hear him singing the songs and it brings me comfort.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}