Information about plays

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

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

{
    "id": 3637335,
    "uri": "https://api.kexp.org/v2/plays/3637335/?format=api",
    "airdate": "2026-04-03T16:05:01-07:00",
    "show": 66356,
    "show_uri": "https://api.kexp.org/v2/shows/66356/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Spit",
    "track_id": null,
    "recording_id": "ed92d18b-ce8c-4c95-b0db-b6ca8de0e150",
    "artist": "Gelli Haha",
    "artist_ids": [
        "1f804ef4-e3b2-430b-9cd1-883f234ea603"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"“Spit” is a staggering study in sibilance, the artist intoning half the dictionary entries for the letter “S” over a swarm of buzzing synthesizers.\" -  https://pitchfork.com/reviews/albums/gelli-haha-switcheroo/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}