Information about plays

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

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

{
    "id": 3611181,
    "uri": "https://api.kexp.org/v2/plays/3611181/?format=api",
    "airdate": "2026-01-30T22:10:38-08:00",
    "show": 65797,
    "show_uri": "https://api.kexp.org/v2/shows/65797/?format=api",
    "image_uri": "https://coverartarchive.org/release/277d7346-90c2-447b-ac32-6abcf17a5c4b/20561440861-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/277d7346-90c2-447b-ac32-6abcf17a5c4b/20561440861-250.jpg",
    "song": "All Glocks Down",
    "track_id": null,
    "recording_id": "b25c3864-dc49-4d84-8413-945995a44b38",
    "artist": "Heather B.",
    "artist_ids": [
        "4af98b74-33f8-4010-b58e-20c6f7cf1bbb"
    ],
    "album": "All Glocks Down",
    "release_id": null,
    "release_group_id": "d4eec01d-b007-4659-b717-4228398c2f77",
    "labels": [
        "Pendulum Records"
    ],
    "label_ids": [
        "c3ab5351-dd5f-4536-8bf5-9927a080b507"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}