Information about plays

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

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

{
    "id": 3542608,
    "uri": "https://api.kexp.org/v2/plays/3542608/?format=api",
    "airdate": "2025-08-20T20:06:47-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/00ce1e8c-3964-4f74-8c58-450cd68bb2ca/23253938886-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/00ce1e8c-3964-4f74-8c58-450cd68bb2ca/23253938886-250.jpg",
    "song": "Fingertips",
    "track_id": null,
    "recording_id": "87c72ddd-53b7-4219-8d1f-7c1422e52a98",
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Bout des doigts",
    "release_id": null,
    "release_group_id": "4ac29829-e02b-4f1b-9ff7-02b6fbcfd98e",
    "labels": [
        "A Records"
    ],
    "label_ids": [
        "5e3c0309-775b-4a4b-a183-b23bbf6da3ab"
    ],
    "release_date": "2016-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Fingertips” is a kaleidoscopic swirl of jangling guitars, hypnotic bass, and Anton Newcombe’s airy vocal delivery. The song rides a steady mid-tempo groove, allowing its layers of reverb and melody to envelop the listener. Its psychedelic haze is both dreamy and subtly menacing, evoking the feel of drifting through shifting realities. BJM’s knack for combining classic 60s psych influences with their own idiosyncratic edge is on full display here.\u2028Listen: https://thebrianjonestownmassacre.bandcamp.com/track/fingertips",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}