Information about plays

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

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

{
    "id": 3599100,
    "uri": "https://api.kexp.org/v2/plays/3599100/?format=api",
    "airdate": "2026-01-02T05:25:59-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherry-coloured Funk",
    "track_id": "ce3c37fb-8441-415e-bfd0-92002a65b860",
    "recording_id": "d83a0560-0d70-4e25-80cd-3a3099da02c1",
    "artist": "True Blue",
    "artist_ids": [
        "dde545bb-1a2e-448d-ba4c-30482d5f496f"
    ],
    "album": "Star Witness",
    "release_id": "bb8f125c-1a52-42e2-9f89-17e233b9ff50",
    "release_group_id": "f1bc0dd9-cb2f-4204-a60d-68617eac3cb9",
    "labels": [
        "True Nature"
    ],
    "label_ids": [
        "e12f86cb-f3ef-4e85-ba4c-3372e5bf17a9"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NY‑via‑Copenhagen artist True Blue drapes Cocteau Twins’ ‘Cherry‑coloured Funk’ in gauzy breakbeats and bedroom‑pop glow—a rare Cocteaus cover that keeps the dream but lets you stand a little closer to it.\n\nhttps://true-blue.bandcamp.com/track/cherry-colored-funk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}