Information about plays

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

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

{
    "id": 3563263,
    "uri": "https://api.kexp.org/v2/plays/3563263/?format=api",
    "airdate": "2025-10-10T05:12:54-07:00",
    "show": 64793,
    "show_uri": "https://api.kexp.org/v2/shows/64793/?format=api",
    "image_uri": "https://ia804500.us.archive.org/31/items/mbid-2e7c03a2-2ef9-4563-bb6d-ebc65eed77e4/mbid-2e7c03a2-2ef9-4563-bb6d-ebc65eed77e4-29555091120_thumb500.jpg",
    "thumbnail_uri": "https://ia804500.us.archive.org/31/items/mbid-2e7c03a2-2ef9-4563-bb6d-ebc65eed77e4/mbid-2e7c03a2-2ef9-4563-bb6d-ebc65eed77e4-29555091120_thumb250.jpg",
    "song": "N.Y. State of Mind",
    "track_id": "25376e20-271b-4d63-9c63-ea4b681cf48e",
    "recording_id": "ee9eaab7-99e5-4ffe-8876-5b6882ef3d23",
    "artist": "Nas",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "Illmatic",
    "release_id": "2e7c03a2-2ef9-4563-bb6d-ebc65eed77e4",
    "release_group_id": "28298e2c-4d70-3eed-a0f5-a3280c662b3d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#124\n\nThe production on \"N.Y. State of Mind\" (from Nas' classic debut album \"Illmatic\") is done by Chris Martin, known as DJ Premier, and samples two jazz tracks: “Mind Rain” by Joe Chambers and “Flight Time” by Donald Byrd, as well as vocal samples from Eric B. & Rakim’s track “Mahogany” for the song’s hook. \n--\nNas said, [“N.Y. State of Mind”] is one of my favorites, because that one painted a picture of the City like nobody else. I’m about eighteen when I’m saying that rhyme. I worked on that first album all my life, up until I was twenty, when it came out. I was a very young cat talking about it like a Vietnam veteran, talking like I’ve been through it all. That’s just how I felt around that time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}