Information about plays

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

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

{
    "id": 3575280,
    "uri": "https://api.kexp.org/v2/plays/3575280/?format=api",
    "airdate": "2025-11-07T21:43:17-08:00",
    "show": 65048,
    "show_uri": "https://api.kexp.org/v2/shows/65048/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SummerYoMuthi",
    "track_id": null,
    "recording_id": "f1693128-7698-428a-b622-e53a11137240",
    "artist": "Blaq Diamond",
    "artist_ids": [
        "a07fb11c-2a01-4f17-abd1-f1cf4319f2ee"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blaq Diamond is a South African Afro pop duo from Ladysmith KwaZulu-Natal. They met in 2010 on a school trip where both participated in a music cypher in the school bus. They signed to record label Ambitiouz Entertainment, releasing their debut album Inqola, which became their first iTunes number one.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}