Information about plays

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

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

{
    "id": 3632480,
    "uri": "https://api.kexp.org/v2/plays/3632480/?format=api",
    "airdate": "2026-03-22T19:09:39-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/20e0bfcc-2472-4bdd-bec5-abf2caed6c50/13491272804-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20e0bfcc-2472-4bdd-bec5-abf2caed6c50/13491272804-250.jpg",
    "song": "Parade Strut",
    "track_id": null,
    "recording_id": "c36698e0-fe26-404b-9e8f-45144d6d8117",
    "artist": "J.J. Johnson",
    "artist_ids": [
        "33e50556-d4be-421b-a5d1-644bd536ec07"
    ],
    "album": "Willie Dynamite",
    "release_id": null,
    "release_group_id": "2ef75a41-95e6-3057-a32c-7474bc73d76c",
    "labels": [
        "MCA"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "J.J. Johnson did lots of soundtrack work throughout the 70s and 80s, including \"Parade Strut\" for Willie Dynamite.\n\nOften referred to as the \"Charlie Parker of the trombone\" due to his uncanny musical dexterity and fluency, James Louis \"J.J.\" Johnson dominated his instrument for more than 40 years, and was known as a potent composer and arranger. He was a perennial jazz magazine poll winner for his peerless trombone playing.: https://www.arts.gov/honors/jazz/jj-johnson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}