Information about plays

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

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

{
    "id": 3662397,
    "uri": "https://api.kexp.org/v2/plays/3662397/?format=api",
    "airdate": "2026-06-01T13:12:52-07:00",
    "show": 66877,
    "show_uri": "https://api.kexp.org/v2/shows/66877/?format=api",
    "image_uri": "https://coverartarchive.org/release/94f940c4-b1f0-4ccc-8886-424319eb39c8/15230010743-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/94f940c4-b1f0-4ccc-8886-424319eb39c8/15230010743-250.jpg",
    "song": "Jericho",
    "track_id": null,
    "recording_id": "89c8ddc9-1314-4af3-9d13-ab6ebc40f773",
    "artist": "Simply Red",
    "artist_ids": [
        "a9100753-f539-43cf-bcc9-579566fb512e"
    ],
    "album": "Picture Book",
    "release_id": null,
    "release_group_id": "7a80d7c7-94f0-302b-90d9-d5ae4cbe3dae",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1985-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Simply Red’s 1985 track \"Jericho\" is a critique of the power of money and the deep class divides in society. Mick Hucknall’s lyrics explore how wealth dictates who has access to success and high society, locking out those without financial means.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}