Information about plays

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

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

{
    "id": 3553906,
    "uri": "https://api.kexp.org/v2/plays/3553906/?format=api",
    "airdate": "2025-09-16T21:09:57-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco Wich Aa (Baalti Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mohinder Kaur Bhamra",
    "artist_ids": [
        "577a7cfc-b49f-4df5-b452-9164088f34fb"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Naya Beat"
    ],
    "label_ids": [
        "a54ddd76-7497-4be2-b1cf-05f5de0388a9"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mohinder Kaur Bhamra is a British singer of Punjabi folk music, ghazals and Sikh hymns, who is remixed here by Baalti. \n\nBaalti is a producer and DJ duo making underground dance music with South Asian sounds and flavors. Their highly percussive and rhythm-driven sound effortlessly blends UK-influenced club music with samples, instrumentation, and musical forms that are rooted in their Indian identities.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}