Information about plays

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

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

{
    "id": 3542420,
    "uri": "https://api.kexp.org/v2/plays/3542420/?format=api",
    "airdate": "2025-08-20T09:03:21-07:00",
    "show": 64338,
    "show_uri": "https://api.kexp.org/v2/shows/64338/?format=api",
    "image_uri": "https://ia601504.us.archive.org/21/items/mbid-4807a2d1-ba87-4444-bb4c-39d405e1534b/mbid-4807a2d1-ba87-4444-bb4c-39d405e1534b-38920730125_thumb500.jpg",
    "thumbnail_uri": "https://ia801504.us.archive.org/21/items/mbid-4807a2d1-ba87-4444-bb4c-39d405e1534b/mbid-4807a2d1-ba87-4444-bb4c-39d405e1534b-38920730125_thumb250.jpg",
    "song": "Galvanize",
    "track_id": "e2702657-496f-3f8b-85fd-fa6db4b6774a",
    "recording_id": "bac8e50d-d899-4518-9268-b2a8b384eb92",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Push the Button",
    "release_id": "4807a2d1-ba87-4444-bb4c-39d405e1534b",
    "release_group_id": "5acf62a9-00e8-3896-abeb-4598abad7e8b",
    "labels": [
        "Freestyle Dust"
    ],
    "label_ids": [
        "86b88c78-b21f-4711-a43d-991d8d1db10b"
    ],
    "release_date": "2005-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chemical Brothers will perform a DJ Set at Portola Music Festival in San Francisco on September 20.\n\nhttps://portolamusicfestival.com/\nhttps://www.thechemicalbrothers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}