Information about plays

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

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

{
    "id": 3636495,
    "uri": "https://api.kexp.org/v2/plays/3636495/?format=api",
    "airdate": "2026-04-01T15:24:14-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://dn710000.ca.archive.org/0/items/mbid-0a745d6b-edb9-4aac-b6eb-ec5ad54279e9/mbid-0a745d6b-edb9-4aac-b6eb-ec5ad54279e9-39704511404_thumb500.jpg",
    "thumbnail_uri": "https://dn710000.ca.archive.org/0/items/mbid-0a745d6b-edb9-4aac-b6eb-ec5ad54279e9/mbid-0a745d6b-edb9-4aac-b6eb-ec5ad54279e9-39704511404_thumb250.jpg",
    "song": "Stepping Into Tomorrow",
    "track_id": "da3935a8-71f5-36ae-aec1-d264e952ddb8",
    "recording_id": "1e22456f-fbca-4492-afd8-a3d16b4b6bd7",
    "artist": "Donald Byrd",
    "artist_ids": [
        "69f95e5c-4b34-4c8b-b8fe-c59f9296195a"
    ],
    "album": "Untinted: Sources for Madlib's Shades of Blue",
    "release_id": "0a745d6b-edb9-4aac-b6eb-ec5ad54279e9",
    "release_group_id": "40e55d77-91e4-3af6-98dc-fce58e51f687",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1974 jazz album by trumpeter Donald Byrd was produced by Larry Mizell, Sr., who also wrote this song. \n--\nMr. Mizell also plays Fender Rhodes, ARP synthesizers, and provides background vocals. Larry's uncle Fonce plays trumpet, clarinet, and sings. background vocals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}