Information about plays

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

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

{
    "id": 3640566,
    "uri": "https://api.kexp.org/v2/plays/3640566/?format=api",
    "airdate": "2026-04-11T03:58:51-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://coverartarchive.org/release/e520b374-4f38-47c1-8666-b5db093b7df1/7302886779-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e520b374-4f38-47c1-8666-b5db093b7df1/7302886779-250.jpg",
    "song": "7-11 jingle",
    "track_id": null,
    "recording_id": "704130b3-74a6-4530-82e9-769a6851cb0f",
    "artist": "Naked Raygun",
    "artist_ids": [
        "85d2e30c-92fd-4c7f-a2dc-f988a70e234d"
    ],
    "album": "Last of the Demohicans",
    "release_id": null,
    "release_group_id": "f017bf3e-61ec-378e-a792-fb503c4a1017",
    "labels": [
        "Dyslexic Records"
    ],
    "label_ids": [
        "2fb25640-eec5-452e-9d1d-4ec28108f9c2"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}