Information about plays

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

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

{
    "id": 3620089,
    "uri": "https://api.kexp.org/v2/plays/3620089/?format=api",
    "airdate": "2026-02-20T22:37:34-08:00",
    "show": 65987,
    "show_uri": "https://api.kexp.org/v2/shows/65987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Catch a Bad One",
    "track_id": null,
    "recording_id": "60d20bd1-c808-404e-9591-1a44414eb31f",
    "artist": "Del the Funky Homosapien",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Del the Funky Homosapien (Teren Delvon Jones), born August 12, 1972, is an influential American underground rapper from Oakland, California. Known for his witty, funk-infused style, he began his career writing for his cousin Ice Cube's band, Da Lench Mob. He is a founding member of the Hieroglyphics crew and gained fame for hits like \"Mistadobalina\" and his work with Deltron 3030.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}