Information about plays

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

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

{
    "id": 3620204,
    "uri": "https://api.kexp.org/v2/plays/3620204/?format=api",
    "airdate": "2026-02-21T05:54:10-08:00",
    "show": 65989,
    "show_uri": "https://api.kexp.org/v2/shows/65989/?format=api",
    "image_uri": "https://dn710109.ca.archive.org/0/items/mbid-57109e69-326f-330a-b8b0-df9f6ac42820/mbid-57109e69-326f-330a-b8b0-df9f6ac42820-28734527560_thumb500.jpg",
    "thumbnail_uri": "https://ia601809.us.archive.org/17/items/mbid-57109e69-326f-330a-b8b0-df9f6ac42820/mbid-57109e69-326f-330a-b8b0-df9f6ac42820-28734527560_thumb250.jpg",
    "song": "Lilac Wine",
    "track_id": "a3c84845-0a61-3d8d-8480-c814d1ecb5a5",
    "recording_id": "026a33b3-cd65-4eaf-b761-8f4a67c3ace2",
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Grace",
    "release_id": "57109e69-326f-330a-b8b0-df9f6ac42820",
    "release_group_id": "ea29c347-696f-3165-986d-7bad1394b178",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2004-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Lilac Wine\" is a song written by James Shelton (lyrics and music) in 1950. It was introduced by Hope Foye in the short-lived theater musical revue, Dance Me a Song. \nIt's been covered by many artists, including Eartha Kitt, Nina Simone, and (here) Jeff Buckley.  You can listen to and compare all three versions here: https://www.song-bar.com/song-of-the-day/eartha-kitt/nina-simone/jeff-buckley-lilac-wine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}