Information about plays

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

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

{
    "id": 3629173,
    "uri": "https://api.kexp.org/v2/plays/3629173/?format=api",
    "airdate": "2026-03-15T07:37:40-07:00",
    "show": 66186,
    "show_uri": "https://api.kexp.org/v2/shows/66186/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "allez, pousse!",
    "track_id": null,
    "recording_id": null,
    "artist": "Salamanda",
    "artist_ids": [],
    "album": "Music To Watch Seeds Grow By 008: Salamanda (Basil)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Music To Watch Seeds Grow By"
    ],
    "label_ids": [],
    "release_date": "2026-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single to Seoul-based duo Salamanda's upcoming contribution to the Music To Watch Seeds Grow By series ~ https://8salamanda8.bandcamp.com/album/music-to-watch-seeds-grow-by-008-salamanda-basil :: \nCheck out Salamanda's exclusive guest DJ mix for KEXP's 'Midnight in a Perfect World' series here: https://www.kexp.org/read/2023/2/24/midnight-in-a-perfect-world-salamanda/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}