Information about plays

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

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

{
    "id": 3619656,
    "uri": "https://api.kexp.org/v2/plays/3619656/?format=api",
    "airdate": "2026-02-19T20:28:04-08:00",
    "show": 65977,
    "show_uri": "https://api.kexp.org/v2/shows/65977/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Distant Star",
    "track_id": null,
    "recording_id": null,
    "artist": "Yttling Jazz, Yukimi",
    "artist_ids": [
        "f7a37916-688d-4409-8ff4-b1589bf761c4",
        "e6deafd2-163c-46f3-b290-3c3c1944cffb"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "YEAR0001"
    ],
    "label_ids": [
        "f722d3e7-56d1-46a2-a51f-8ca43cc6e26b"
    ],
    "release_date": "2026-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Björn Yttling, founding member of Peter Bjorn and John, has shared a new single from his jazz project Yttling Jazz. On “Distant Star,” he’s teamed up with Little Dragon’s Yukimi for a rumbling lounge-jazz cut built around the singer‘s delightful vocals and an interplay of muffled, pulsing drums and strong piano chords.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}