Information about plays

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

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

{
    "id": 3519433,
    "uri": "https://api.kexp.org/v2/plays/3519433/?format=api",
    "airdate": "2025-06-27T07:53:34-07:00",
    "show": 63849,
    "show_uri": "https://api.kexp.org/v2/shows/63849/?format=api",
    "image_uri": "https://ia800209.us.archive.org/23/items/mbid-3821e35f-c925-442c-9655-da06d8d34ac8/mbid-3821e35f-c925-442c-9655-da06d8d34ac8-1606761051_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/23/items/mbid-3821e35f-c925-442c-9655-da06d8d34ac8/mbid-3821e35f-c925-442c-9655-da06d8d34ac8-1606761051_thumb250.jpg",
    "song": "Rebirth of Slick (Cool Like Dat)",
    "track_id": "748bdc74-5a47-34fb-b0cd-16ce5fa97bcf",
    "recording_id": "bd2a4d5d-3462-4f0b-832a-053759783952",
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Reachin’ (A New Refutation of Time and Space)",
    "release_id": "3821e35f-c925-442c-9655-da06d8d34ac8",
    "release_group_id": "2836fcb0-2fd3-3de8-b7cc-53141d666894",
    "labels": [
        "Pendulum Records"
    ],
    "label_ids": [
        "c3ab5351-dd5f-4536-8bf5-9927a080b507"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Digable Planets will be performing at Bumbershoot This year! https://bumbershoot.com/ \n--\n In “Rebirth of Slick”, the primary sample is that of Art Blakely and the Jazz Messengers' “Stretching”; “Rebirth” samples both the bassline and the horn motifs from “Stretching.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}