Information about plays

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

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

{
    "id": 3610666,
    "uri": "https://api.kexp.org/v2/plays/3610666/?format=api",
    "airdate": "2026-01-29T15:12:55-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A_X",
    "track_id": null,
    "recording_id": "d130cc6e-3f1f-4363-b18c-c23dbf85af3f",
    "artist": "Dean Blunt feat. Tyson",
    "artist_ids": [
        "e8bd5b47-e8b4-4671-a9f6-590a92e88898",
        "625e56e5-061e-4a15-8adb-311859b8ca34"
    ],
    "album": "Soul on Fire",
    "release_id": null,
    "release_group_id": "7c793ceb-b032-4d43-80d7-9cea77b127d0",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Triple OG!!!\n--\nThis song contains samples of \"Dancing With the Moonlit Knight\" by Genesis. It also samples the vocals from Gang of Four's 1978 \"Love Like Anthrax.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}