Information about plays

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

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

{
    "id": 3616910,
    "uri": "https://api.kexp.org/v2/plays/3616910/?format=api",
    "airdate": "2026-02-13T08:57:45-08:00",
    "show": 65920,
    "show_uri": "https://api.kexp.org/v2/shows/65920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Digging in the Dirt",
    "track_id": "5e87d629-2673-448a-823d-4d2a98861e56",
    "recording_id": "17f470ae-538c-4494-a5d1-1873c3a0c7e2",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Us",
    "release_id": "eb457f20-f547-48fb-bdbc-def598cfb99a",
    "release_group_id": "2c014cc2-7eb6-3df0-ab17-9a1f57711d5b",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1992-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Musician, composer, and humanitarian Peter Gabriel was born on this date in 1950. \n He rose to fame as the original lead singer and flutist of Genesis. After leaving Genesis in 1975, Gabriel launched a successful solo career, with his first single \"Solsbury Hill.\" His 1986 album, So, is his best-selling release and is certified triple platinum in the UK and five times platinum in the U.S. The album's most successful single, \"Sledgehammer\" won a record nine MTV Awards and remains the most played music video in the history of MTV.\n--\n See Peter Gabriel perform this one live in Hamburg in 2023: https://www.youtube.com/watch?v=FWz5qxKww2I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}