Information about plays

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

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

{
    "id": 3632532,
    "uri": "https://api.kexp.org/v2/plays/3632532/?format=api",
    "airdate": "2026-03-22T23:16:16-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "https://coverartarchive.org/release/f34a3bed-bff5-495a-a7ad-938952fd98e1/4932062694-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f34a3bed-bff5-495a-a7ad-938952fd98e1/4932062694-250.jpg",
    "song": "Blind (Hercules club mix)",
    "track_id": null,
    "recording_id": "79194711-37e6-4bb4-a66c-fbaa1bdd7547",
    "artist": "Hercules & Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Blind",
    "release_id": null,
    "release_group_id": "db9672d7-1f72-3382-9513-b76f722218f8",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tim Goldsworthy, who was in UNKLE early on, was a part of the group when they made this track!! Anohni did vocals!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}