Information about plays

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

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

{
    "id": 3604727,
    "uri": "https://api.kexp.org/v2/plays/3604727/?format=api",
    "airdate": "2026-01-15T16:08:43-08:00",
    "show": 65659,
    "show_uri": "https://api.kexp.org/v2/shows/65659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be There (feat. Ian Brown)",
    "track_id": "447efcf0-fc36-3631-af0d-0485a4eabf04",
    "recording_id": "d981fd3c-755b-40f8-b67f-12132bba7b4f",
    "artist": "UNKLE",
    "artist_ids": [
        "6648391e-7890-4f6c-b939-976f215195d3"
    ],
    "album": "Urbal Beats III: The Definitive Guide to Electronic Music",
    "release_id": "a7149bd8-af9a-425a-8066-58f9397ad1d9",
    "release_group_id": "7a560341-57d8-395f-8fbd-08fc51c95018",
    "labels": [
        "FFRR"
    ],
    "label_ids": [
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Be There\" was produced and co-written by UNKLE member DJ Shadow.\n--\nWhen James Lavelle ran hip 1990s label Mo’ Wax, his genre-busting UNKLE project called on stars from Thom Yorke to Ian Brown.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}