Information about plays

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

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

{
    "id": 3638333,
    "uri": "https://api.kexp.org/v2/plays/3638333/?format=api",
    "airdate": "2026-04-05T20:51:55-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/58bd4889-c69d-42bb-948e-2a61880905f0/28058786768-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58bd4889-c69d-42bb-948e-2a61880905f0/28058786768-250.jpg",
    "song": "Shangri La",
    "track_id": null,
    "recording_id": "3d858d04-5f9e-4d29-b232-d19f5d372aad",
    "artist": "La Pregunta",
    "artist_ids": [
        "296ccd81-2062-4948-9ac6-93c29914de50"
    ],
    "album": "Ultimate Breaks & Beats: The Complete Collection",
    "release_id": null,
    "release_group_id": "859a3b18-42ee-4aab-83c5-c82307844d97",
    "labels": [
        "Street Beat Records"
    ],
    "label_ids": [
        "13aa46dc-e630-4431-9472-f773a3950863"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "La Pregunta originally released \"Shangri La\" in 1978, but you can find the track on the 2006 compilation album Ultimate Breaks & Beats: The Complete Collection.\n\"Shangri La\" has been sampled 40 times by artists like De La Soul, Slick Rick, LL Cool J, The Prodigy, Ultramagnetic MC's, DJ Shadow and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}