Information about plays

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

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

{
    "id": 3601588,
    "uri": "https://api.kexp.org/v2/plays/3601588/?format=api",
    "airdate": "2026-01-07T23:19:01-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Musical Medicine",
    "track_id": null,
    "recording_id": null,
    "artist": "Adrian Sherwood, African Head Charge & Speakers Corner Quartet",
    "artist_ids": [],
    "album": "Barbican Heights",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "2025-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adrian Sherwood Live Dub Sessions 2026 include:\n\nApril 2 – Holocene, Portland\n\nApr4  – Great Northern, SF\n\nhttps://adriansherwood.bandcamp.com/album/barbican-heights",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}