Information about plays

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

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

{
    "id": 3549159,
    "uri": "https://api.kexp.org/v2/plays/3549159/?format=api",
    "airdate": "2025-09-05T08:40:30-07:00",
    "show": 64479,
    "show_uri": "https://api.kexp.org/v2/shows/64479/?format=api",
    "image_uri": "https://ia800807.us.archive.org/6/items/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c-22809895952_thumb500.jpg",
    "thumbnail_uri": "https://ia600807.us.archive.org/6/items/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c-22809895952_thumb250.jpg",
    "song": "United States of Whatever",
    "track_id": "263fca38-9e78-3505-b8bc-1b60e7e9d2ac",
    "recording_id": "cbf99294-bb84-45b0-a68e-991b1d0e509a",
    "artist": "Liam Lynch",
    "artist_ids": [
        "6e987552-beba-4cc2-900d-ac01c7b4c964"
    ],
    "album": "Fake Songs",
    "release_id": "410d8b86-d4fc-4818-9a06-1646fbfeb92a",
    "release_group_id": "ab3b28ac-93f3-3e74-8b52-af214e3365bf",
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [
        "508797d9-e5c3-4376-be2e-30b3bb58eca7"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday (1970) to Liam Lynch (real name William Patrick Niederst),  musician, puppeteer and filmmaker best know for his song \"United States of Whatever.\" \n\n19 years ago, Liam Lynch performed this song live on The Late Show: https://www.youtube.com/watch?v=Qr1znArj0cQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}