Information about plays

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

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

{
    "id": 3627448,
    "uri": "https://api.kexp.org/v2/plays/3627448/?format=api",
    "airdate": "2026-03-10T14:51:24-07:00",
    "show": 66145,
    "show_uri": "https://api.kexp.org/v2/shows/66145/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4520e3a-06fd-3a6c-a79c-af2e9fc84236/34758918460-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b4520e3a-06fd-3a6c-a79c-af2e9fc84236/34758918460-250.jpg",
    "song": "Abandon Ship",
    "track_id": null,
    "recording_id": "da35d07f-8dfb-4269-aeb3-5d3ace11c8d1",
    "artist": "Busta Rhymes feat. Rampage the Last Boy Scout",
    "artist_ids": [
        "10a9ff92-9637-4498-afea-7044b2ab0dc0",
        "c6c80060-6312-49d2-91bc-4932acee398d"
    ],
    "album": "The Coming",
    "release_id": null,
    "release_group_id": "fd3633d9-5c56-3016-97cd-b232a4a6d576",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1996-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Busta Rhymes' debut album. This track was produced by Busta Rhymes himsellf & features a chaotic, stripped-down beat and showcases their close, raw lyrical chemistry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}