Information about plays

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

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

{
    "id": 3561466,
    "uri": "https://api.kexp.org/v2/plays/3561466/?format=api",
    "airdate": "2025-10-05T01:22:52-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Me Lost Me Cookie in the Mosh Pit",
    "track_id": null,
    "recording_id": null,
    "artist": "Cookie Mongoloid",
    "artist_ids": [],
    "album": "Blood and Cookies",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cookie Mongoloid won the 2004 \"best concept band\" award from San Francisco Weekly, and bill themselves as \"Sesame Speed Metal.\"\n\nhttps://www.metal-archives.com/albums/Cookie_Mongoloid/Blood_and_Cookies/87177\nhttps://muppet.fandom.com/wiki/Cookie_Mongoloid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}