Information about plays

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

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

{
    "id": 3542537,
    "uri": "https://api.kexp.org/v2/plays/3542537/?format=api",
    "airdate": "2025-08-20T16:14:14-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://ia802903.us.archive.org/33/items/mbid-4b20245e-c453-37b9-af91-e0a9230784cc/mbid-4b20245e-c453-37b9-af91-e0a9230784cc-4168727466_thumb500.jpg",
    "thumbnail_uri": "https://ia902903.us.archive.org/33/items/mbid-4b20245e-c453-37b9-af91-e0a9230784cc/mbid-4b20245e-c453-37b9-af91-e0a9230784cc-4168727466_thumb250.jpg",
    "song": "Aquarius",
    "track_id": "e011e44f-6e97-38ea-bdf6-b7a6967faf90",
    "recording_id": "7f26b4d3-7a12-4bbe-93fd-4cde1222bb9f",
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "Music Has the Right to Children",
    "release_id": "4b20245e-c453-37b9-af91-e0a9230784cc",
    "release_group_id": "17d74d52-c92b-3b8d-9f87-218ab2d1c4a0",
    "labels": [
        "Warp",
        "Skam"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190",
        "5c5bc5b7-13a7-49c7-935c-4ec9686d9cae"
    ],
    "release_date": "2004-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1998 in the United States!\n\nthe sequences of numbers read in this track vary across multiple releases of this track on singles, compilations, and the live Peel Session\n\nfeatures a sample from the 1979 soundtrack to the film \"Hair\", as well as samples from two different episodes of Sesame Street -- \nNerd out on Boards of Canada on this amazing wiki: https://bocpages.org/wiki/Aquarius_(song)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}