Information about plays

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

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

{
    "id": 3542013,
    "uri": "https://api.kexp.org/v2/plays/3542013/?format=api",
    "airdate": "2025-08-19T09:37:31-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://ia800609.us.archive.org/9/items/mbid-9ce67ed8-8d47-4fc8-a341-ca5a108914fd/mbid-9ce67ed8-8d47-4fc8-a341-ca5a108914fd-4508097202_thumb500.jpg",
    "thumbnail_uri": "https://ia600609.us.archive.org/9/items/mbid-9ce67ed8-8d47-4fc8-a341-ca5a108914fd/mbid-9ce67ed8-8d47-4fc8-a341-ca5a108914fd-4508097202_thumb250.jpg",
    "song": "Sugar Water",
    "track_id": "8603b129-fbc5-3cb1-941d-fe90cdf3b340",
    "recording_id": "c2543dcd-9631-462c-a67d-f1e75f427b57",
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Viva! La Woman",
    "release_id": "9ce67ed8-8d47-4fc8-a341-ca5a108914fd",
    "release_group_id": "19866bdd-fcdc-34dd-9031-64e50dc482a9",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cibo Matto sampled the vocals from Ennio Morricone's \"Sospesi nel cielo.\"\n--\nKEXP's Janice Headley celebrated the 25th anniversary of \"Viva! La Woman\" in an excellent deep-dive for KEXP in 2021: https://bit.ly/3Tdig86",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}