Information about plays

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

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

{
    "id": 3619559,
    "uri": "https://api.kexp.org/v2/plays/3619559/?format=api",
    "airdate": "2026-02-19T15:09:33-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a20f3f8-9cd7-42cd-beaf-c270110fd7ea/6195610317-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a20f3f8-9cd7-42cd-beaf-c270110fd7ea/6195610317-250.jpg",
    "song": "A Remark You Made",
    "track_id": null,
    "recording_id": "9232edb9-5966-40b1-b853-549c20ad24bc",
    "artist": "Weather Report",
    "artist_ids": [
        "0f9997bd-e079-429e-8ccd-9378c9b0c746"
    ],
    "album": "Heavy Weather",
    "release_id": null,
    "release_group_id": "f1753c0a-50be-3591-8cbb-6848142e055f",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": ". The track is defined by Joe Zawinul's atmospheric keyboards and a poignant, lyrical fretless bass melody by Jaco Pastorius. Key musicians included Wayne Shorter on saxophone and Alex Acuña on drums. \n--\nHere's a live performance in 1978 with Peter Erskine on drums: https://www.reddit.com/r/JazzFusion/comments/1o2xhz3/weather_report_a_remark_you_made_live_on/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}