Information about plays

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

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

{
    "id": 3595688,
    "uri": "https://api.kexp.org/v2/plays/3595688/?format=api",
    "airdate": "2025-12-25T05:26:33-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swingle Jingle",
    "track_id": null,
    "recording_id": "cab850f8-d344-408f-9e0f-27f0a27d1f81",
    "artist": "Lionel Hampton",
    "artist_ids": [
        "17cf2413-99c1-441d-ba92-700e811daf56"
    ],
    "album": "You Better Know It!!!",
    "release_id": null,
    "release_group_id": "91a42de9-1f4f-3f7a-8f07-466503fcf3fc",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You Better Know It!!! is an album by American jazz vibraphonist Lionel Hampton featuring performances recorded in 1964 for the Impulse! label.\n\nLionel Hampton partnered with the University of Idaho in Moscow, ID starting in the 1980s, bringing his iconic jazz presence to their festival, which led to the university naming its music school and jazz festival after him, solidifying a lasting legacy in jazz education.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}