Information about plays

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

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

{
    "id": 3603041,
    "uri": "https://api.kexp.org/v2/plays/3603041/?format=api",
    "airdate": "2026-01-11T10:55:22-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring It on Home Daddy",
    "track_id": null,
    "recording_id": "4beeb906-8c73-4698-8fbe-f3e4ef8fed4d",
    "artist": "Ted Hawkins",
    "artist_ids": [
        "f1161aed-e33e-47ec-ba18-8f87766cec09"
    ],
    "album": "Watch Your Step",
    "release_id": null,
    "release_group_id": "52c2f137-d6cc-3cf3-9420-e623365afd8e",
    "labels": [
        "Rounder"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mississippi musician had a life filled with tragedy: from early imprisonment to addiction to poverty and busking while homeless in Venice Beach. https://dangerousminds.net/comments/suffer_no_more_the_tragic_life_of_singer-songwriter_ted_hawkins/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}