Information about plays

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

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

{
    "id": 3547480,
    "uri": "https://api.kexp.org/v2/plays/3547480/?format=api",
    "airdate": "2025-09-01T07:34:39-07:00",
    "show": 64445,
    "show_uri": "https://api.kexp.org/v2/shows/64445/?format=api",
    "image_uri": "https://ia601903.us.archive.org/6/items/mbid-005f0c9a-05fe-37d6-b3f9-44440968b17f/mbid-005f0c9a-05fe-37d6-b3f9-44440968b17f-4073645670_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/6/items/mbid-005f0c9a-05fe-37d6-b3f9-44440968b17f/mbid-005f0c9a-05fe-37d6-b3f9-44440968b17f-4073645670_thumb250.jpg",
    "song": "Harrowdown Hill",
    "track_id": "9a922f7a-fb2a-3906-832d-028777600c01",
    "recording_id": "31cf22a8-f7da-44bb-bf6b-bce1448b8106",
    "artist": "Thom Yorke",
    "artist_ids": [
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b"
    ],
    "album": "The Eraser",
    "release_id": "005f0c9a-05fe-37d6-b3f9-44440968b17f",
    "release_group_id": "2a971a81-2f4d-333b-8327-8b2d73c649cf",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2006-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thom Yorke is an English musician and notably the main songwriter of rock band Radiohead. His solo music focuses more on electronic elements.\n\n\"Harrowdown Hill\" comes off his debut solo album The Eraser, released in 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}