Information about plays

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

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

{
    "id": 3608772,
    "uri": "https://api.kexp.org/v2/plays/3608772/?format=api",
    "airdate": "2026-01-25T01:44:07-08:00",
    "show": 65748,
    "show_uri": "https://api.kexp.org/v2/shows/65748/?format=api",
    "image_uri": "https://coverartarchive.org/release/27dfe170-d2e4-32fd-a9a9-eb124a82e192/14331274600-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/27dfe170-d2e4-32fd-a9a9-eb124a82e192/14331274600-250.jpg",
    "song": "Chariots of Fire",
    "track_id": null,
    "recording_id": "8b95a258-cb00-48f1-a198-59eb47130927",
    "artist": "Bathory",
    "artist_ids": [
        "d292b4cd-37bd-4a88-a823-8710f273cc31"
    ],
    "album": "Under the Sign of the Black Mark",
    "release_id": null,
    "release_group_id": "1c00d633-95b2-3dc4-b57b-91df5d8d476f",
    "labels": [
        "Black Mark"
    ],
    "label_ids": [
        "1c5bea34-7161-4c36-a435-92c4ace63dfb"
    ],
    "release_date": "1987-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leif Ehrnborg, a then-top class Swedish bodybuilder, posed for the cover of this album, at the Swedish National Opera.\n\nRIP Quorthon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}