Information about plays

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

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

{
    "id": 3641154,
    "uri": "https://api.kexp.org/v2/plays/3641154/?format=api",
    "airdate": "2026-04-12T10:48:48-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/a75df175-7a8b-4b88-b04e-47cf44e9c17d/11436419998-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a75df175-7a8b-4b88-b04e-47cf44e9c17d/11436419998-250.jpg",
    "song": "Lookout Joe (Original Recording)",
    "track_id": null,
    "recording_id": null,
    "artist": "Neil Young with The Santa Monica Flyers",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf",
        "dcf84e67-345c-49c1-bfc9-902e10807f9d"
    ],
    "album": "Tonight’s the Night",
    "release_id": null,
    "release_group_id": "e0207e33-af06-3862-baba-f42ca722de0d",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1975-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was recorded during and as part of the grieving of Crazy Horse guitarist Danny Whitten and Young's friend and roadie Bruce Berry who had both died of heroin overdoses. This song was about a Vietnam vet returning home.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}