Information about plays

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

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

{
    "id": 3569821,
    "uri": "https://api.kexp.org/v2/plays/3569821/?format=api",
    "airdate": "2025-10-25T16:05:13-07:00",
    "show": 64932,
    "show_uri": "https://api.kexp.org/v2/shows/64932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Janakita Kirakita",
    "track_id": "d56a0379-b1b6-42e5-b912-31b30a11e798",
    "recording_id": "726ee40c-daa4-4a10-850f-84b27e5759cc",
    "artist": "Jangus Kangus",
    "artist_ids": [
        "764ccd29-0928-461d-ad30-4b21f862a13d"
    ],
    "album": "Fortune Cookie",
    "release_id": "8f38c52c-449d-475f-a370-a5da1eda2f4e",
    "release_group_id": "62a7a484-823a-44b4-859f-c08b0260e3f9",
    "labels": [
        "Hand Salad Records"
    ],
    "label_ids": [
        "fa26a8f8-e570-4fb7-ba13-208af5faa5e7"
    ],
    "release_date": "2025-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of LA, Jangus Kangus released Fortune Cookie in April! \n\n\"With influences ranging from the surly urgency of The Clash to the immersive introspection of  Courtney Barnett and Sharon Van Etten, Jangus Kangus is an encyclopedic songbook of popular music and a bonanza of broken hearts, raw nerves, and prickly, jangly, playfully eclectic guitar-pop.\" \n\nhttps://janguskangus.bandcamp.com/album/fortune-cookie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}