Information about plays

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

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

{
    "id": 3553359,
    "uri": "https://api.kexp.org/v2/plays/3553359/?format=api",
    "airdate": "2025-09-15T12:27:07-07:00",
    "show": 64570,
    "show_uri": "https://api.kexp.org/v2/shows/64570/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Machete",
    "track_id": null,
    "recording_id": null,
    "artist": "Novalima",
    "artist_ids": [
        "1916112c-7385-4580-bc55-8126d349016c"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2011-01-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Started by four friends from Lima with a shared passion for traditional Afro-Peruvian music and global DJ culture, Novalima stands in the common ground bridging past and future, uniting tradition and innovation.\n\nFrom their humble start, file-sharing musical ideas and producing their first album in separate countries at the dawn of the internet, Novalima is now a live musical force revered worldwide for breaking boundaries and uniting seemingly irreconcilable genres, communities, and generations. They have created an inspiring movement and revolutionized the music scene in their native Peru by bridging a longstanding divide between the mainstream and the minority Afro-Peruvian community, who have struggled against discrimination and cultural dissolution for generations.\"\n\nhttps://www.novalima.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}