Information about plays

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

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

{
    "id": 3619049,
    "uri": "https://api.kexp.org/v2/plays/3619049/?format=api",
    "airdate": "2026-02-18T09:23:02-08:00",
    "show": 65965,
    "show_uri": "https://api.kexp.org/v2/shows/65965/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "American Obituary",
    "track_id": null,
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Days of Ash",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2026-02-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minutes ago U2 dropped “Days of Ash,” a new 5-song EP that singer Bono says, “...couldn’t wait; these songs were impatient to be out in the world.” \n\nBono adds “For all the awfulness we see normalized daily on our small screens, there’s nothing normal about these mad and maddening times and we need to stand up to them before we can go back to having faith in the future. And each other.”\n\nhttps://www.u2.com/news/title/u2--days-of-ash-new-ep-out-now",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}