Information about plays

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

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

{
    "id": 3652068,
    "uri": "https://api.kexp.org/v2/plays/3652068/?format=api",
    "airdate": "2026-05-08T08:27:11-07:00",
    "show": 66659,
    "show_uri": "https://api.kexp.org/v2/shows/66659/?format=api",
    "image_uri": "https://dn710306.ca.archive.org/0/items/mbid-ca40ad13-0915-46a0-bab8-3fbdebf3baab/mbid-ca40ad13-0915-46a0-bab8-3fbdebf3baab-44815167405_thumb500.jpg",
    "thumbnail_uri": "https://dn710306.ca.archive.org/0/items/mbid-ca40ad13-0915-46a0-bab8-3fbdebf3baab/mbid-ca40ad13-0915-46a0-bab8-3fbdebf3baab-44815167405_thumb250.jpg",
    "song": "Limits",
    "track_id": "c04b55a3-094d-47d8-992d-ec1be9e6a5f2",
    "recording_id": "3f6c7642-88d8-4e11-8d5e-99421cdebbc4",
    "artist": "Body Shop",
    "artist_ids": [
        "9c7fdec1-3e46-4fff-8c60-85a1f6de49c7"
    ],
    "album": "Sex Body",
    "release_id": "ca40ad13-0915-46a0-bab8-3fbdebf3baab",
    "release_group_id": "774dd9e8-43dc-42c5-909d-790b92d83c0f",
    "labels": [
        "Future Shock Recordings"
    ],
    "label_ids": [
        "85c021b3-7988-4eef-bfab-79ab70943ef4"
    ],
    "release_date": "2026-04-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Body Shop is a post-punk trio from Chicago. \nEnjoy this introduction to their new EP, \"Sex Body\": https://post-punk.com/lets-cause-a-schism-chicagos-body-shop-channels-chaos-carnality-and-cultural-rot-with-sex-body-ep/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}