Information about plays

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

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

{
    "id": 3581002,
    "uri": "https://api.kexp.org/v2/plays/3581002/?format=api",
    "airdate": "2025-11-21T10:23:14-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-0e24f280-2bd8-46af-b028-7c396a00e351/mbid-0e24f280-2bd8-46af-b028-7c396a00e351-25574767352_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-0e24f280-2bd8-46af-b028-7c396a00e351/mbid-0e24f280-2bd8-46af-b028-7c396a00e351-25574767352_thumb250.jpg",
    "song": "Peaceful Afternoon",
    "track_id": "37936968-0d28-45db-b5e0-9ff50464b60d",
    "recording_id": "7bad3af8-9b2b-4696-b2ec-884227dfe164",
    "artist": "Rufus Wainwright",
    "artist_ids": [
        "78e46ae5-9bfd-433b-be3f-19e993d67ecc"
    ],
    "album": "Unfollow the Rules",
    "release_id": "0e24f280-2bd8-46af-b028-7c396a00e351",
    "release_group_id": "9ba76357-06ba-4dac-8715-294d33708c6c",
    "labels": [
        "BMG Rights Management"
    ],
    "label_ids": [
        "49b3f86b-46e5-40bf-b05c-f8ee4eb89327"
    ],
    "release_date": "2020-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Rufus Wainwright's 2020 Live on KEXP at Home performance: https://www.youtube.com/watch?v=Wzyq_96F0ZY \n\n\"Peaceful Afternoon\" comes from his 2020 Unfollow the Rules album. https://rufuswainwright.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}