Information about plays

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

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

{
    "id": 3582354,
    "uri": "https://api.kexp.org/v2/plays/3582354/?format=api",
    "airdate": "2025-11-24T11:56:47-08:00",
    "show": 65199,
    "show_uri": "https://api.kexp.org/v2/shows/65199/?format=api",
    "image_uri": "https://dn710109.ca.archive.org/0/items/mbid-1a7099f1-67cb-466f-808e-1d1ce0567426/mbid-1a7099f1-67cb-466f-808e-1d1ce0567426-42751719685_thumb500.jpg",
    "thumbnail_uri": "https://dn710109.ca.archive.org/0/items/mbid-1a7099f1-67cb-466f-808e-1d1ce0567426/mbid-1a7099f1-67cb-466f-808e-1d1ce0567426-42751719685_thumb250.jpg",
    "song": "Waxwing",
    "track_id": "5c8e5ecc-1233-4c6a-8754-370af33b3cf8",
    "recording_id": "6b4d7b74-7767-4ded-87d7-62f113c7747a",
    "artist": "Sorry",
    "artist_ids": [
        "54d334a9-3ce4-4d51-8452-7e51c5c2ad11"
    ],
    "album": "Cosplay",
    "release_id": "1a7099f1-67cb-466f-808e-1d1ce0567426",
    "release_group_id": "6e86787e-c76f-4c50-8c32-50e0b124ce70",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sorry LIVE on KEXP Tue. Dec. 16 at 11AM (Open to the Public!)\n\nPlaying:\n- Seattle, WA (Substation) Tuesday, December 16th\n- San Francisco (Rickshaw Stop) Friday, December 19th\n\nFrom London, UK. \n\nhttps://sorrybanduk.bandcamp.com/album/waxwing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}