Information about plays

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

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

{
    "id": 3606683,
    "uri": "https://api.kexp.org/v2/plays/3606683/?format=api",
    "airdate": "2026-01-20T06:12:24-08:00",
    "show": 65705,
    "show_uri": "https://api.kexp.org/v2/shows/65705/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadow (Maceo Plex remix)",
    "track_id": null,
    "recording_id": "27ba0006-4c0b-499c-b361-edee5190b182",
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "This Never Happened"
    ],
    "label_ids": [
        "2ae97b16-6a97-481c-b733-99499d488a78"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering David Lynch today on what would've been his 80th birthday.  'Shadow’ is widely recognised from David Lynch’s cult classic series Twin Peaks. Check out the remix: \nhttps://soundcloud.com/ourgrndofficial/chromatics-shadow-maceo-plex-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}