Information about plays

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

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

{
    "id": 3610662,
    "uri": "https://api.kexp.org/v2/plays/3610662/?format=api",
    "airdate": "2026-01-29T14:55:26-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghost of Myself",
    "track_id": null,
    "recording_id": "7346eec8-a039-4b6b-b0d2-bd8371391681",
    "artist": "Doris Duke",
    "artist_ids": [
        "f7d9e308-ffa0-4f72-bc69-8f448c1265c1"
    ],
    "album": "I’m a Loser",
    "release_id": null,
    "release_group_id": "2705dc4b-3a97-3e1f-a469-c1ae3f02c48a",
    "labels": [
        "Canyon Records"
    ],
    "label_ids": [
        "10d4bde0-4213-4169-8ff1-7aea64dea8de"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Producer Jerry \"'Swamp Dogg' Williams Jr. wrote this song.\n--\nDoris Duke was born in Sandersville, GA in 1945. She grew up singing in gospel groups and at one point worked as a backup singer at the Apollo Theater. In 1969, she was discovered and signed by the great Swamp Dogg, who had recently left Atlantic Records. Together they recorded her debut album, \"I’m A Loser,\" which was released by Canyon Records in 1969. Today it stands one of the great soul albums of its time.: https://undrcurrents.com/alternative-canon-doris-duke-im-a-loser-1969/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}