Information about plays

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

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

{
    "id": 3545547,
    "uri": "https://api.kexp.org/v2/plays/3545547/?format=api",
    "airdate": "2025-08-27T16:32:29-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia601609.us.archive.org/16/items/mbid-735e9638-b555-49f5-b536-01ce8df1dbeb/mbid-735e9638-b555-49f5-b536-01ce8df1dbeb-2324822874_thumb500.jpg",
    "thumbnail_uri": "https://ia801609.us.archive.org/16/items/mbid-735e9638-b555-49f5-b536-01ce8df1dbeb/mbid-735e9638-b555-49f5-b536-01ce8df1dbeb-2324822874_thumb250.jpg",
    "song": "Kissing the Lipless",
    "track_id": "0a509a03-3d79-3adc-b39a-73f27b5fd17b",
    "recording_id": "de40960a-0269-49d3-b703-18ec1b07d0f8",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Chutes Too Narrow",
    "release_id": "735e9638-b555-49f5-b536-01ce8df1dbeb",
    "release_group_id": "d4194792-dc49-3065-acae-22c809379262",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2003-10-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For Rach and Bob!\n\"KEXP has brought us wonderful new artists into our lives since discovering it 8 years ago. We love the real DJ's with awesome musical knowledge & tastes. You all are real people just like us! Hope you had fun in Bozo!! MT rocks! Did you see any music at the Elm? Anyways - love to your producers too!! KEXP forever. Oh - can you play anything from The Shins?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}