Information about plays

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

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

{
    "id": 3533565,
    "uri": "https://api.kexp.org/v2/plays/3533565/?format=api",
    "airdate": "2025-07-30T02:20:43-07:00",
    "show": 64150,
    "show_uri": "https://api.kexp.org/v2/shows/64150/?format=api",
    "image_uri": "https://ia800204.us.archive.org/34/items/mbid-c003da91-76d3-4736-8bb1-ef0e11624349/mbid-c003da91-76d3-4736-8bb1-ef0e11624349-2364211288_thumb500.jpg",
    "thumbnail_uri": "https://ia600204.us.archive.org/34/items/mbid-c003da91-76d3-4736-8bb1-ef0e11624349/mbid-c003da91-76d3-4736-8bb1-ef0e11624349-2364211288_thumb250.jpg",
    "song": "Never Say Never",
    "track_id": "d93e3a06-5aa4-3b81-8a95-3210619c2197",
    "recording_id": "3b855cd1-a88a-4a8c-abb3-9b271a7db148",
    "artist": "that dog.",
    "artist_ids": [
        "e3660b01-dd9f-48f3-90f4-5158f2b8917f"
    ],
    "album": "Retreat From the Sun",
    "release_id": "c003da91-76d3-4736-8bb1-ef0e11624349",
    "release_group_id": "1177b838-839e-351f-8f09-c3bbaa7432de",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1997-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That Dog is a Los Angeles-based rock band that formed in 1992 and disbanded in 1997, reuniting in 2011. The band originally consisted of Anna Waronker on lead vocals and guitar, Rachel Haden on bass guitar and vocals, her sister Petra Haden on violin and vocals, and Tony Maxwell on drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}