Information about plays

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

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

{
    "id": 3569262,
    "uri": "https://api.kexp.org/v2/plays/3569262/?format=api",
    "airdate": "2025-10-24T07:17:42-07:00",
    "show": 64918,
    "show_uri": "https://api.kexp.org/v2/shows/64918/?format=api",
    "image_uri": "https://ia801408.us.archive.org/26/items/mbid-a0162eda-d7d8-3eeb-b325-5a09795729b3/mbid-a0162eda-d7d8-3eeb-b325-5a09795729b3-38204068109_thumb500.jpg",
    "thumbnail_uri": "https://ia801408.us.archive.org/26/items/mbid-a0162eda-d7d8-3eeb-b325-5a09795729b3/mbid-a0162eda-d7d8-3eeb-b325-5a09795729b3-38204068109_thumb250.jpg",
    "song": "D’You Know What I Mean?",
    "track_id": "3d78e4f6-52ca-3aa7-9c61-d3ff7e6ab0f4",
    "recording_id": "37983e74-ea24-450b-b1c2-c0e7b267ef79",
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "Be Here Now",
    "release_id": "a0162eda-d7d8-3eeb-b325-5a09795729b3",
    "release_group_id": "aea3ea51-121e-30a6-adc2-c63e659603ac",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1997-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Morse code in the background says \"bugger all,\" \"pork pies,\" and \"strawberry fields forever.\" \n--\nThis song sampled the drums from The Winstons' \"Amen, Brother\" and (Hmm.) multiple elements of \"Wonderwall\" by Oasis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}