Information about plays

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

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

{
    "id": 3632193,
    "uri": "https://api.kexp.org/v2/plays/3632193/?format=api",
    "airdate": "2026-03-22T01:35:00-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3f0ec81-909c-4224-b51d-9a408725f66d/34480693909-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d3f0ec81-909c-4224-b51d-9a408725f66d/34480693909-250.jpg",
    "song": "To Plead Like Angels",
    "track_id": null,
    "recording_id": "a28d37df-ceb4-4e9b-bd97-d1fc17c0ce76",
    "artist": "Predatory Light",
    "artist_ids": [
        "8a553bd4-a00c-4382-9035-6c38c42e6590"
    ],
    "album": "Death and the Twilight Hours",
    "release_id": null,
    "release_group_id": "6f4433c2-7ea8-42a6-b471-57e51d0baf72",
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2022-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Predatory Light and Egregore are both on 20 Buck Spin!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}