Information about plays

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

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

{
    "id": 3553372,
    "uri": "https://api.kexp.org/v2/plays/3553372/?format=api",
    "airdate": "2025-09-15T12:53:30-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": "Mujeres",
    "track_id": null,
    "recording_id": null,
    "artist": "Y La Bamba",
    "artist_ids": [
        "f6157276-5fab-43d5-843c-3e77cd1a12d3"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2017-08-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Oakland, CA's New Parish on Friday, November 7th!\n\n\"“Lucha is a symbol of how hard it is for me to tackle healing, live life, and be present,” Luz Elena Mendoza Ramos, lead vocalist and producer of Y La Bamba, says of the title behind the album which translates from Spanish to English as ‘fight’ and is also a nickname for Luz, which means light. The album explores multiplicity—love, queerness, Mexican American and Chicanx identity, family, intimacy, yearning, loneliness—and chronicles a period of struggle and growth for Mendoza Ramos as a person and artist.\" https://ylabambamusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}