Information about plays

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

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

{
    "id": 3550398,
    "uri": "https://api.kexp.org/v2/plays/3550398/?format=api",
    "airdate": "2025-09-08T09:45:49-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://ia801501.us.archive.org/32/items/mbid-60a2da10-a7bc-43a1-8e36-eeffc624034d/mbid-60a2da10-a7bc-43a1-8e36-eeffc624034d-36648425341_thumb500.jpg",
    "thumbnail_uri": "https://ia801501.us.archive.org/32/items/mbid-60a2da10-a7bc-43a1-8e36-eeffc624034d/mbid-60a2da10-a7bc-43a1-8e36-eeffc624034d-36648425341_thumb250.jpg",
    "song": "Day I Die",
    "track_id": "610407ce-98d5-490e-af03-8981be6ac3ef",
    "recording_id": "c9153a6a-2129-4388-b27c-4145e572a596",
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Sleep Well Beast",
    "release_id": "60a2da10-a7bc-43a1-8e36-eeffc624034d",
    "release_group_id": "8018fc24-6a55-45b0-8b34-19650522550a",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The National released their seventh album Sleep Well Beast on this day in 2017!\n\n\"Sleep Well Beast was produced by member Aaron Dessner with co-production by Bryce Dessner and Matt Berninger. The album was mixed by Peter Katis and recorded at Aaron Dessner’s Hudson Valley, New York studio, Long Pond, with additional sessions having taken place in Berlin, Paris and Los Angeles.\"\n\nhttps://thenational.bandcamp.com/album/sleep-well-beast",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}