Information about plays

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

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

{
    "id": 3535478,
    "uri": "https://api.kexp.org/v2/plays/3535478/?format=api",
    "airdate": "2025-08-03T16:57:28-07:00",
    "show": 64191,
    "show_uri": "https://api.kexp.org/v2/shows/64191/?format=api",
    "image_uri": "https://dn721705.ca.archive.org/0/items/mbid-e8ee8e49-0ee4-4eb6-bd32-5905362f515a/mbid-e8ee8e49-0ee4-4eb6-bd32-5905362f515a-42326446776_thumb500.jpg",
    "thumbnail_uri": "https://dn721705.ca.archive.org/0/items/mbid-e8ee8e49-0ee4-4eb6-bd32-5905362f515a/mbid-e8ee8e49-0ee4-4eb6-bd32-5905362f515a-42326446776_thumb250.jpg",
    "song": "Chancletazo",
    "track_id": "2660ed88-d165-46a6-b3d1-d9c28ca77cfc",
    "recording_id": "df0cb069-caa7-4cf8-a087-c4e31a8ae822",
    "artist": "Empanadas Ilegales",
    "artist_ids": [
        "2bb30366-f779-43c8-8c63-eb0909195cb8"
    ],
    "album": "Sancocho Trifásico",
    "release_id": "e8ee8e49-0ee4-4eb6-bd32-5905362f515a",
    "release_group_id": "fd118750-243b-4392-b994-dc3b39870006",
    "labels": [
        "We Are Time"
    ],
    "label_ids": [
        "e2a94596-2420-477a-8990-f095a047f7da"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Empanadas Ilegales, a Vancouver-based Psychedelic Cumbia and Salsa band, has thrilled audiences since 2017 with infectious rhythms and hypnotic grooves. Blending cumbia, salsa, surf-rock, and jazz.\n\nhttps://empanadasilegales.bandcamp.com/album/sancocho-trif-sico",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}