Information about plays

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

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

{
    "id": 3656894,
    "uri": "https://api.kexp.org/v2/plays/3656894/?format=api",
    "airdate": "2026-05-19T16:12:16-07:00",
    "show": 66761,
    "show_uri": "https://api.kexp.org/v2/shows/66761/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-3ad85823-01fd-42a7-a6d7-a70674f9d962/mbid-3ad85823-01fd-42a7-a6d7-a70674f9d962-38109850793_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-3ad85823-01fd-42a7-a6d7-a70674f9d962/mbid-3ad85823-01fd-42a7-a6d7-a70674f9d962-38109850793_thumb250.jpg",
    "song": "24 hours",
    "track_id": "58aeab42-aef1-49ef-a729-1622bb459b63",
    "recording_id": "c133c1c7-fd48-447e-909b-e355c40ae6dc",
    "artist": "bad tuner",
    "artist_ids": [
        "42f032ab-25e7-445b-85c7-0861ab137aa6"
    ],
    "album": "look at me but through me",
    "release_id": "3ad85823-01fd-42a7-a6d7-a70674f9d962",
    "release_group_id": "1b816b7d-d3c7-41d3-b30e-1dcce5f13d51",
    "labels": [
        "Foreign Family Collective"
    ],
    "label_ids": [
        "f500dd0b-9363-4726-8e30-3b1da1524458"
    ],
    "release_date": "2024-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "bad tuner is a Brooklyn based electronic artist. In 2024, KEXP Music Director Chris Sanley described this EP as \"a kaleidoscopic exploration of electronic music\" https://www.kexp.org/read/2024/4/8/new-music-reviews-48/ https://badtuner.bandcamp.com/album/look-at-me-but-through-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}