Information about plays

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

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

{
    "id": 3600591,
    "uri": "https://api.kexp.org/v2/plays/3600591/?format=api",
    "airdate": "2026-01-05T13:11:21-08:00",
    "show": 65572,
    "show_uri": "https://api.kexp.org/v2/shows/65572/?format=api",
    "image_uri": "https://coverartarchive.org/release/650690d7-833e-4dff-87ae-28b0d1c1f9c2/24614146502-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/650690d7-833e-4dff-87ae-28b0d1c1f9c2/24614146502-250.jpg",
    "song": "Napoleon",
    "track_id": null,
    "recording_id": "92d63e21-ee47-4420-93f3-87ec9b3d5ade",
    "artist": "Riki",
    "artist_ids": [
        "8c037e17-3b3a-48ea-b2d2-b267d7811675"
    ],
    "album": "Riki",
    "release_id": null,
    "release_group_id": "89fec59f-aacb-4163-bd7a-c32154867479",
    "labels": [
        "Dais Records"
    ],
    "label_ids": [
        "ba3abcfa-1808-41d6-8b8b-9bb06c0f772e"
    ],
    "release_date": "2020-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Riki is the LA-based dark synth-pop outfit helmed by Niff Nawor. Niff came up in the Bay Area deathrock and punk scenes, making her no stranger to the darkness.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}