Information about plays

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

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

{
    "id": 3608006,
    "uri": "https://api.kexp.org/v2/plays/3608006/?format=api",
    "airdate": "2026-01-23T09:34:35-08:00",
    "show": 65730,
    "show_uri": "https://api.kexp.org/v2/shows/65730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Moving Over the Face of the Waters",
    "track_id": "be9464b7-47b0-44ac-ad58-845b8536d31c",
    "recording_id": "a694733d-a973-4a80-9887-6e6de0f8248a",
    "artist": "Moby feat. Víkingur Ólafsson",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4",
        "cea4a3b8-c26c-4b61-a243-cf72555e2c71"
    ],
    "album": "Reprise",
    "release_id": "120acc3f-5ca6-43ca-baa2-150132239bd2",
    "release_group_id": "c88942a2-d9bf-4661-9bba-22625a8f261a",
    "labels": [
        "Deutsche Grammophon"
    ],
    "label_ids": [
        "5a584032-dcef-41bb-9f8b-19540116fb1c"
    ],
    "release_date": "2021-05-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Moby, this is the favorite song he has written. He said,“I wrote this late one night in 1994”, he recalls. “When I was done writing it I thought of God (whoever or whatever God might be) looking at Earth before life began. An empty Earth, and the aforementioned God omnisciently knowing all of the horrors and joys that would come with a world full of life. And I lay down on the floor and cried.” \n--\n\"God Moving Over The Face Of The Waters” features performances by Icelandic pianist Víkingur Ólafsson and the Budapest Art Orchestra.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}