Information about plays

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

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

{
    "id": 3572261,
    "uri": "https://api.kexp.org/v2/plays/3572261/?format=api",
    "airdate": "2025-10-31T15:19:37-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://ia801907.us.archive.org/9/items/mbid-4e0d832b-c8ed-4cbd-bf8d-40494a0a16a3/mbid-4e0d832b-c8ed-4cbd-bf8d-40494a0a16a3-4267970518_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/9/items/mbid-4e0d832b-c8ed-4cbd-bf8d-40494a0a16a3/mbid-4e0d832b-c8ed-4cbd-bf8d-40494a0a16a3-4267970518_thumb250.jpg",
    "song": "Frontier Psychiatrist",
    "track_id": "c5f92a84-d5ce-3ba4-b091-a604b73c5243",
    "recording_id": "ea8095ef-700b-4a06-9f40-9b22120c3d32",
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Since I Left You",
    "release_id": "4e0d832b-c8ed-4cbd-bf8d-40494a0a16a3",
    "release_group_id": "28438e4f-3710-459f-a332-a1eba9dd1f26",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2001-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Dave in Maple Leaf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}