Information about plays

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

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

{
    "id": 3656911,
    "uri": "https://api.kexp.org/v2/plays/3656911/?format=api",
    "airdate": "2026-05-19T17:06:59-07:00",
    "show": 66761,
    "show_uri": "https://api.kexp.org/v2/shows/66761/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fbb1443-86b4-4fd5-829a-4620386e1ff7/28243512694-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fbb1443-86b4-4fd5-829a-4620386e1ff7/28243512694-250.jpg",
    "song": "Radio (Sinkane remix)",
    "track_id": null,
    "recording_id": "752f55a9-7658-4135-9a99-69ceb239d406",
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Since I Left You",
    "release_id": null,
    "release_group_id": "28438e4f-3710-459f-a332-a1eba9dd1f26",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sinkane remix of \"Radio\" was released on the 20th Anniversary reissue of The Avalanches' 2000 debut studio album, Since I Left You.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}