Information about plays

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

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

{
    "id": 3611695,
    "uri": "https://api.kexp.org/v2/plays/3611695/?format=api",
    "airdate": "2026-02-01T02:01:34-08:00",
    "show": 65810,
    "show_uri": "https://api.kexp.org/v2/shows/65810/?format=api",
    "image_uri": "https://coverartarchive.org/release/cce285e2-f0c6-45e6-bb67-291def4103d3/15742434389-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cce285e2-f0c6-45e6-bb67-291def4103d3/15742434389-250.jpg",
    "song": "Dying Creed",
    "track_id": null,
    "recording_id": "b64efd40-15d6-4a27-8733-7329e25b194b",
    "artist": "Bolt Thrower",
    "artist_ids": [
        "68bd8072-0412-44b1-81dd-807aa6c1918c"
    ],
    "album": "The IVth Crusade",
    "release_id": null,
    "release_group_id": "b619bb90-3898-3550-ab32-a61ce6749a23",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "1992-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}