Information about plays

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

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

{
    "id": 3545521,
    "uri": "https://api.kexp.org/v2/plays/3545521/?format=api",
    "airdate": "2025-08-27T14:46:09-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia601301.us.archive.org/30/items/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350-13069731216_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/30/items/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350-13069731216_thumb250.jpg",
    "song": "The Inkwell",
    "track_id": "d1b90a8b-e230-476e-8ca5-03d55e142883",
    "recording_id": "3bcee046-9dff-40e9-b5b1-271e61006476",
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Blue Scholars (Radio Edits)",
    "release_id": "bd487256-4edf-48ff-bc28-b513e8ff17c0",
    "release_group_id": "f4be3234-0afc-31e0-82e7-b7eba0d69061",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "To Larry and Sharlese from Wendy:\n\nSo proud to amplify this station that has been my lifelong companion. I'm on the east coast now, but KEXP connects me to my roots and Seattle, which will always be my hometown. \n\nBy chance can you fit in The Inkwell by Blue Scholars? Love hearing all the references to Seattle spots from back in the day.\n\nThanks to both of you for all you do each day 🙂",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}