Information about plays

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

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

{
    "id": 3564573,
    "uri": "https://api.kexp.org/v2/plays/3564573/?format=api",
    "airdate": "2025-10-13T13:18:25-07:00",
    "show": 64826,
    "show_uri": "https://api.kexp.org/v2/shows/64826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ancestros Futuros",
    "track_id": null,
    "recording_id": null,
    "artist": "Cochemea",
    "artist_ids": [
        "d07dbd31-aa19-4c5b-b071-4f52b1f75e40"
    ],
    "album": "Vol. III: Ancestros Futuros",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title track from the upcoming Ancestros Futuros explores themes of Cochemea's Yaqui heritage, a song connected to the land via tales of Yaqui midwives.\n\nVisit https://cochemea.bandcamp.com to hear more",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}