Information about plays

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

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

{
    "id": 3562058,
    "uri": "https://api.kexp.org/v2/plays/3562058/?format=api",
    "airdate": "2025-10-06T16:06:42-07:00",
    "show": 64765,
    "show_uri": "https://api.kexp.org/v2/shows/64765/?format=api",
    "image_uri": "https://coverartarchive.org/release/e77083ea-06e5-4589-9964-10eef29d0709/42076451856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e77083ea-06e5-4589-9964-10eef29d0709/42076451856-250.jpg",
    "song": "The Man Who Took My Sunglasses",
    "track_id": null,
    "recording_id": "e9442a23-c42c-49dd-b028-505b5bf3a2ad",
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "The Universe Smiles Upon You",
    "release_id": null,
    "release_group_id": "312457e5-660b-4a7f-b3a0-89cb94bd4458",
    "labels": [
        "Night Time Stories"
    ],
    "label_ids": [
        "8e3b743b-3db1-48da-98fc-dce8d648b161"
    ],
    "release_date": "2015-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#530 on KEXP listeners fav albums list.\n\nThis Texas trio were live on KEXP in 2018: https://www.youtube.com/watch?v=DyWhFB9ijzA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}