Information about plays

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

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

{
    "id": 3605149,
    "uri": "https://api.kexp.org/v2/plays/3605149/?format=api",
    "airdate": "2026-01-16T16:05:44-08:00",
    "show": 65667,
    "show_uri": "https://api.kexp.org/v2/shows/65667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crumb Begging Baghead",
    "track_id": "118c8c32-adcc-3a90-abbc-3536f7a81719",
    "recording_id": "118dae63-8a6c-45bf-bc86-e7c212ef3603",
    "artist": "Babyshambles",
    "artist_ids": [
        "8e1e03fe-ebbc-467a-b541-857144db10fb"
    ],
    "album": "Shotter's Nation",
    "release_id": "6f6ac9a5-36a9-435e-9a67-3503591f24ca",
    "release_group_id": "8ff3c2fa-d934-3db2-a866-6a2a7fa38cb2",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2007-10-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Pete Doherty, frontman for the Libertines, formed Babyshambles in mid-2003.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}