Information about plays

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

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

{
    "id": 3556276,
    "uri": "https://api.kexp.org/v2/plays/3556276/?format=api",
    "airdate": "2025-09-22T09:47:31-07:00",
    "show": 64632,
    "show_uri": "https://api.kexp.org/v2/shows/64632/?format=api",
    "image_uri": "https://ia801202.us.archive.org/30/items/mbid-4349b090-8599-4151-b5ba-a94ac327933c/mbid-4349b090-8599-4151-b5ba-a94ac327933c-14247575561_thumb500.jpg",
    "thumbnail_uri": "https://ia801202.us.archive.org/30/items/mbid-4349b090-8599-4151-b5ba-a94ac327933c/mbid-4349b090-8599-4151-b5ba-a94ac327933c-14247575561_thumb250.jpg",
    "song": "3 Strange Days",
    "track_id": "6cf6b72a-1fb4-3eef-b18b-3c54eaef14c3",
    "recording_id": "4f1a6894-8017-4358-80f5-ba0bc09e6154",
    "artist": "School of Fish",
    "artist_ids": [
        "d2f154ea-ca3b-4cd6-9e8a-e69da6ae83f3"
    ],
    "album": "School of Fish",
    "release_id": "4349b090-8599-4151-b5ba-a94ac327933c",
    "release_group_id": "3088be55-d9b2-31b6-82f4-416d30560f23",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1991-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Day four? Honestly, fairly normal day. Nice day. Not bad at all.\n==\nSean in Texas\nThree strange days hits just about perfect today. I was just thinking about getting to see them in Dallas years and years ago and meeting them in the middle of the street with my group of friends and having them teach us the riff for this song. What a night. I hate that they had such tragedy they really seemed like a great band with a lot of talent.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}