Information about plays

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

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

{
    "id": 3593061,
    "uri": "https://api.kexp.org/v2/plays/3593061/?format=api",
    "airdate": "2025-12-19T11:21:42-08:00",
    "show": 65418,
    "show_uri": "https://api.kexp.org/v2/shows/65418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blame Me",
    "track_id": "fe367469-7672-43b7-93a9-06ada569c7d8",
    "recording_id": "d8f6a300-0e55-4bb5-afe5-cef24173cc8f",
    "artist": "The Bug Club",
    "artist_ids": [
        "31f07dfd-df64-48dc-856e-9968059b8e35"
    ],
    "album": "Very Human Features",
    "release_id": "eda98016-e7d4-4ac7-bfc9-cab50cc00933",
    "release_group_id": "d89ecff3-fb73-42e0-b994-d325c5a66379",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#83 on our countdown of YOUR favorite albums of 2025\n\nBased in Wales, The Bug Club are a tight-knit, collaborative effort focused on telling tales of the everyday that we often take for granted, shot through with humor and riffs-a-plenty.\n\nhttps://thebugclub.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}