Information about plays

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

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

{
    "id": 3500345,
    "uri": "https://api.kexp.org/v2/plays/3500345/?format=api",
    "airdate": "2025-05-12T08:27:06-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?format=api",
    "image_uri": "https://ia600807.us.archive.org/27/items/mbid-84606eae-d36b-4b69-9ffb-976f169f6beb/mbid-84606eae-d36b-4b69-9ffb-976f169f6beb-41116243837_thumb500.jpg",
    "thumbnail_uri": "https://ia800807.us.archive.org/27/items/mbid-84606eae-d36b-4b69-9ffb-976f169f6beb/mbid-84606eae-d36b-4b69-9ffb-976f169f6beb-41116243837_thumb250.jpg",
    "song": "Joy, Joy!",
    "track_id": "fe14d46f-dcb2-4755-9b90-21cc38f1b586",
    "recording_id": "5f697bc3-3c43-480a-8efa-87047e42812c",
    "artist": "Valerie June",
    "artist_ids": [
        "b76c1bf7-f33b-460c-bfc3-f140d023fc94"
    ],
    "album": "Owls, Omens, and Oracles",
    "release_id": "84606eae-d36b-4b69-9ffb-976f169f6beb",
    "release_group_id": "a44e39b2-4527-46b5-906a-942e6fe72e3d",
    "labels": [
        "Concord Records",
        "June Tunes Music, Inc."
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6",
        "c555b198-ed7b-46b2-b02c-f96b878fbff5"
    ],
    "release_date": "2025-04-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Morning John and Owen!\n\nTo start the work week can I request my newest ear worm \"Joy, Joy\" by Valerie June.  Seems like such a great start-of-the-week tune!\n\nThanks!\"\n\nKevin on Beacon Hill\n-\nValerie June will play Live on KEXP on June 23rd at 11am! She'll also be out on tour:\n\n-San Francisco at the Palace of Fine Arts on June 18th\n-Seattle at The Showbox on June 22nd\n\nhttps://www.valeriejune.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}