Information about plays

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

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

{
    "id": 3561281,
    "uri": "https://api.kexp.org/v2/plays/3561281/?format=api",
    "airdate": "2025-10-04T17:28:13-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia601501.us.archive.org/16/items/mbid-f01097d5-8a73-3585-8c62-3831a3bd0db6/mbid-f01097d5-8a73-3585-8c62-3831a3bd0db6-16096949332_thumb500.jpg",
    "thumbnail_uri": "https://ia801501.us.archive.org/16/items/mbid-f01097d5-8a73-3585-8c62-3831a3bd0db6/mbid-f01097d5-8a73-3585-8c62-3831a3bd0db6-16096949332_thumb250.jpg",
    "song": "Coast to Coast",
    "track_id": "c084f2bc-1eed-37ca-b709-2909a5f4ddd6",
    "recording_id": "286b6503-88c5-4f96-85fe-7e00c0199f9b",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "From a Basement on the Hill",
    "release_id": "f01097d5-8a73-3585-8c62-3831a3bd0db6",
    "release_group_id": "73c74665-e920-3bf1-bfcf-27d2fd7b9c09",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2004-10-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#689 Elliott Smith - From a Basement on the Hill\n\nDonate to KEXP now at the $15/mo level or more and get the yellow KEXP diner mug!\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}