Information about plays

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

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

{
    "id": 3586695,
    "uri": "https://api.kexp.org/v2/plays/3586695/?format=api",
    "airdate": "2025-12-04T10:46:35-08:00",
    "show": 65286,
    "show_uri": "https://api.kexp.org/v2/shows/65286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Velvet Blanc",
    "track_id": null,
    "recording_id": "05a3b526-066c-4cab-a54c-b223100b37e4",
    "artist": "toe",
    "artist_ids": [
        "7ea8a523-b33d-4944-ad31-fad25a81d603"
    ],
    "album": "songs, ideas we forgot",
    "release_id": null,
    "release_group_id": "f50fe758-c3a4-32a8-a292-eb206cb3ff3f",
    "labels": [
        "CATUNE"
    ],
    "label_ids": [
        "46fb1e66-207c-4290-889a-b604cbe2307f"
    ],
    "release_date": "2003-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese post-rock group, toe. Going back to 2003 with their debut EP 'songs, ideas we forgot.'\n\ntoe is composed of Kashikura Takashi on drums, Mino Takaaki on guitar, Yamane Satoshi on bass guitar, and Yamazaki Hirokazu on guitar. The band has played with this lineup since their inception in 2000.\nhttps://toe-music.bandcamp.com/track/velvet-blanc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}