Information about plays

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

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

{
    "id": 3527525,
    "uri": "https://api.kexp.org/v2/plays/3527525/?format=api",
    "airdate": "2025-07-16T01:03:40-07:00",
    "show": 64026,
    "show_uri": "https://api.kexp.org/v2/shows/64026/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-0c40b3ac-b159-4d6a-8bd8-8e1e04b702c1/mbid-0c40b3ac-b159-4d6a-8bd8-8e1e04b702c1-34170621275_thumb500.jpg",
    "thumbnail_uri": "https://ia601408.us.archive.org/21/items/mbid-0c40b3ac-b159-4d6a-8bd8-8e1e04b702c1/mbid-0c40b3ac-b159-4d6a-8bd8-8e1e04b702c1-34170621275_thumb250.jpg",
    "song": "B.O.B.",
    "track_id": "6529e6ac-2a26-4cb7-be1b-6154ca65094c",
    "recording_id": "1ccc505b-c7c8-4f53-b659-572d66dd07a9",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Big Boi & Dre Present... Outkast",
    "release_id": "0c40b3ac-b159-4d6a-8bd8-8e1e04b702c1",
    "release_group_id": "ebd24b3f-a9c1-4981-b9e9-9332c9d6eebb",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Twenty years after this song was released, this video explores how and why \"B.O.B. (Bombs Over Baghdad)\" was made: https://www.vice.com/en/article/epdxne/story-behind-outkasts-bob-bombs-over-baghdad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}