Information about plays

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

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

{
    "id": 3564269,
    "uri": "https://api.kexp.org/v2/plays/3564269/?format=api",
    "airdate": "2025-10-12T16:36:29-07:00",
    "show": 64817,
    "show_uri": "https://api.kexp.org/v2/shows/64817/?format=api",
    "image_uri": "https://coverartarchive.org/release/54d96776-641d-4104-a4ad-dccba483b01c/15879852255-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/54d96776-641d-4104-a4ad-dccba483b01c/15879852255-250.jpg",
    "song": "Do We Make War",
    "track_id": null,
    "recording_id": "3cc11882-5776-492b-8d12-b394239a178c",
    "artist": "Audiopharmacy",
    "artist_ids": [
        "f7cc62d1-b02b-40dd-a73a-2a9a5df488bd"
    ],
    "album": "State of the Heart",
    "release_id": null,
    "release_group_id": "e7a4364d-58ef-4842-a5c5-993564e00cad",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AUDIOPHARMACY (San Francisco, Calif.) consists of multicultural band members who are dedicated to creating an eclectic blend of live world instrumentation, turntable scratches, and conscious, thought-provoking lyrics.  Although Hip-Hop continues to be a strong foundation, what makes this music truly unique is how the voices & sounds of many world cultures are fused together into the signature Audiopharmacy sound.\nhttps://tinyurl.com/2smhnnb5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}