Information about plays

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

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

{
    "id": 3608349,
    "uri": "https://api.kexp.org/v2/plays/3608349/?format=api",
    "airdate": "2026-01-24T05:27:14-08:00",
    "show": 65739,
    "show_uri": "https://api.kexp.org/v2/shows/65739/?format=api",
    "image_uri": "https://coverartarchive.org/release/8f358d29-4fa3-475d-aca9-097136be62c3/22488081705-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8f358d29-4fa3-475d-aca9-097136be62c3/22488081705-250.jpg",
    "song": "Harvest Moon",
    "track_id": null,
    "recording_id": "42108964-9a95-4f30-856a-3d1806952e8b",
    "artist": "Sunflower Bean",
    "artist_ids": [
        "e8160bb0-f4ba-4577-9e82-04d8f7ddcca4"
    ],
    "album": "From the Basement",
    "release_id": null,
    "release_group_id": "1694784f-13a3-475a-912d-9209954b6bc1",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2016-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil Young cover from NY band Sunflower Bean.   https://sunflowerbean.bandcamp.com/album/headful-of-sugar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}