Information about plays

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

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

{
    "id": 3606927,
    "uri": "https://api.kexp.org/v2/plays/3606927/?format=api",
    "airdate": "2026-01-20T20:35:43-08:00",
    "show": 65710,
    "show_uri": "https://api.kexp.org/v2/shows/65710/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come",
    "track_id": null,
    "recording_id": null,
    "artist": "Lamisi",
    "artist_ids": [
        "54c73832-5780-4b98-9e5d-3c210d123fd9"
    ],
    "album": "Let Us Clap",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lamisi’s latest album, Let Us Clap, is a bold tribute to the sisterhood of her homeland. Deep in Northern Ghana, women and girls have long kept time with intricate handclaps and harmonised chants—an age-old folkloric tradition pulsing with polyrhythms and ancestral melodies. This isn’t just music; it’s history, passed down through generations, raw and untouched.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}