Information about plays

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

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

{
    "id": 3609001,
    "uri": "https://api.kexp.org/v2/plays/3609001/?format=api",
    "airdate": "2026-01-25T14:45:19-08:00",
    "show": 65752,
    "show_uri": "https://api.kexp.org/v2/shows/65752/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-a17beca5-7bd7-4913-8c28-2a45f4ed0b81/mbid-a17beca5-7bd7-4913-8c28-2a45f4ed0b81-27281147037_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-a17beca5-7bd7-4913-8c28-2a45f4ed0b81/mbid-a17beca5-7bd7-4913-8c28-2a45f4ed0b81-27281147037_thumb250.jpg",
    "song": "Who'll Pay Reparations on My Soul?",
    "track_id": "9c4c4891-130a-370f-a82d-2f67e1f944a0",
    "recording_id": "a376a1ac-85d1-4446-ad38-31f3a471ca63",
    "artist": "Gil Scott-Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "Black & Proud: The Soul of the Black Panther Era, Volume 2",
    "release_id": "a17beca5-7bd7-4913-8c28-2a45f4ed0b81",
    "release_group_id": "c7c492d9-6d2b-384e-a3d1-7dc3ace838db",
    "labels": [
        "Trikont"
    ],
    "label_ids": [
        "bdbc8d73-1954-4c4f-b552-b5ba38cf94ff"
    ],
    "release_date": "2002-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Who'll Pay Reparations on my Soul?\" is a poem/song about the plight of overcoming America's history of oppression.\n\nOriginally released in 1970 on the album \"Small Talk at 125th and Lenox\" on Flying Dutchman Records.\n\nhttps://gilscottherononline.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}