Information about plays

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

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

{
    "id": 3545570,
    "uri": "https://api.kexp.org/v2/plays/3545570/?format=api",
    "airdate": "2025-08-27T17:38:13-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia600803.us.archive.org/30/items/mbid-25da871f-ca88-4076-92d4-fe4161c361ba/mbid-25da871f-ca88-4076-92d4-fe4161c361ba-16648365725_thumb500.jpg",
    "thumbnail_uri": "https://ia600803.us.archive.org/30/items/mbid-25da871f-ca88-4076-92d4-fe4161c361ba/mbid-25da871f-ca88-4076-92d4-fe4161c361ba-16648365725_thumb250.jpg",
    "song": "Star Roving",
    "track_id": "a9ebbfa2-79e1-4788-a612-b7bdd802cbc8",
    "recording_id": "0082db6f-9c9b-4e15-b670-86c19601ea62",
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Slowdive",
    "release_id": "25da871f-ca88-4076-92d4-fe4161c361ba",
    "release_group_id": "9318347d-b4bc-4b50-bd5e-c9a9fcb9aa98",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Chris!\n\"KEXP has carried me through some of the most difficult moments of my life. From weathering the pandemic as a frontline ER doctor, to grieving the unexpected death of my mom through Music Heals, and now navigating the heartbreak of losing an unborn child and an engagement that seems to be ending—KEXP has been one of my only constants. The music brought me in, but the community has kept me going. You’ve reminded me, again and again, that I am not alone. This is why I amplify.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}