Information about plays

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

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

{
    "id": 3628809,
    "uri": "https://api.kexp.org/v2/plays/3628809/?format=api",
    "airdate": "2026-03-14T13:19:13-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "https://coverartarchive.org/release/783bdf9e-7435-4f5d-a47a-7a7513d3da6c/20651346179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/783bdf9e-7435-4f5d-a47a-7a7513d3da6c/20651346179-250.jpg",
    "song": "Pi",
    "track_id": null,
    "recording_id": "a8651f6a-9d10-438c-b1da-9ae0d3a8c26c",
    "artist": "Psychedelic Porn Crumpets",
    "artist_ids": [
        "11d94660-1963-4020-8762-4c5907e2ea48"
    ],
    "album": "Old News for New People / High Visceral (B-Sides)",
    "release_id": null,
    "release_group_id": "5e81b4ea-5e37-4359-8a57-ee5ce241f7bf",
    "labels": [
        "What Reality? Records"
    ],
    "label_ids": [
        "512c3730-bf32-44c5-b45c-429da49752b5"
    ],
    "release_date": "2017-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Perth, Australia, the Psychedelic Porn Crumpets are masters of high-octane, frenetic psych-rock packed with blistering guitar riffs and swirling, complex arrangements. Their 2017 compilation Old News for New People / High Visceral (B-Sides) is a perfect deep dive into the band's relentless and kaleidoscopic sound.\nYou can revisit their incredible energy with their full Live on KEXP performance from 2019 here: https://www.youtube.com/watch?v=C7FVx3Rnw1Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}