Information about plays

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

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

{
    "id": 3554333,
    "uri": "https://api.kexp.org/v2/plays/3554333/?format=api",
    "airdate": "2025-09-17T21:23:04-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://ia903104.us.archive.org/35/items/mbid-e3c588f4-4ec1-4d67-94e5-20eaf257549d/mbid-e3c588f4-4ec1-4d67-94e5-20eaf257549d-24268719546_thumb500.jpg",
    "thumbnail_uri": "https://ia903104.us.archive.org/35/items/mbid-e3c588f4-4ec1-4d67-94e5-20eaf257549d/mbid-e3c588f4-4ec1-4d67-94e5-20eaf257549d-24268719546_thumb250.jpg",
    "song": "Juggernauts",
    "track_id": "d1034324-74b4-47bb-ad8a-8ec942f064a0",
    "recording_id": "1dce5808-f034-479d-803d-b5e57af71397",
    "artist": "Gold Celeste",
    "artist_ids": [
        "7aecfa69-bed2-4c18-b888-1221abd65134"
    ],
    "album": "The Gentle Maverick",
    "release_id": "e3c588f4-4ec1-4d67-94e5-20eaf257549d",
    "release_group_id": "d2fbc4bb-672e-4511-95a8-cdfa5fd4b975",
    "labels": [
        "Diger"
    ],
    "label_ids": [
        "c9232a46-852a-4fd6-ba46-1f01e599de1f"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gold Celeste's KEXP In-Studio session hosted by Jewel is out today! https://www.youtube.com/watch?v=lCBqZnj_0S8&list=RDlCBqZnj_0S8&start_radio=1\n\nSongs:\nTime of Your Life 00:22\nOpen Your Eyes 4:00\nThe Dreamers 09:47\nGrand New Spin 14:22\n\n Recorded July 18, 2025.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}