Information about plays

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

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

{
    "id": 3567913,
    "uri": "https://api.kexp.org/v2/plays/3567913/?format=api",
    "airdate": "2025-10-21T05:32:27-07:00",
    "show": 64893,
    "show_uri": "https://api.kexp.org/v2/shows/64893/?format=api",
    "image_uri": "https://ia802805.us.archive.org/12/items/mbid-0b21daf4-6e18-4654-89bd-8961c6a06560/mbid-0b21daf4-6e18-4654-89bd-8961c6a06560-38564157731_thumb500.jpg",
    "thumbnail_uri": "https://ia902805.us.archive.org/12/items/mbid-0b21daf4-6e18-4654-89bd-8961c6a06560/mbid-0b21daf4-6e18-4654-89bd-8961c6a06560-38564157731_thumb250.jpg",
    "song": "Glad Man Singing",
    "track_id": "54fa2bf3-e45f-3c69-8cf1-7e3fea4ec6ae",
    "recording_id": "f1d30b03-cde5-454d-944e-5b3dc9790716",
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Kiss Each Other Clean",
    "release_id": "0b21daf4-6e18-4654-89bd-8961c6a06560",
    "release_group_id": "09596b11-703e-4292-a0b4-49230b5835a0",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2011-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP presents Iron & Wine performing \"Glad Man Singing\" live from Mellow Johnny's Bike Shop in Austin, TX during SXSW 2013: https://www.youtube.com/watch?v=AmDmTflOIbA\n==\nSam Beam is a singer-songwriter who has been creating music as Iron & Wine for over a decade. Through the course of seven albums, numerous EPs and singles, and the initial volumes of an Archive Series - Iron & Wine has captured the emotion and imagination of listeners with distinctly cinematic songs.\nhttps://ironandwine.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}