Information about plays

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

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

{
    "id": 3557152,
    "uri": "https://api.kexp.org/v2/plays/3557152/?format=api",
    "airdate": "2025-09-24T11:02:32-07:00",
    "show": 64649,
    "show_uri": "https://api.kexp.org/v2/shows/64649/?format=api",
    "image_uri": "https://dn710102.ca.archive.org/0/items/mbid-16c36992-20ce-4ac8-8b79-ee6a18a5a34b/mbid-16c36992-20ce-4ac8-8b79-ee6a18a5a34b-40591280120_thumb500.jpg",
    "thumbnail_uri": "https://dn710102.ca.archive.org/0/items/mbid-16c36992-20ce-4ac8-8b79-ee6a18a5a34b/mbid-16c36992-20ce-4ac8-8b79-ee6a18a5a34b-40591280120_thumb250.jpg",
    "song": "Love Takes Miles",
    "track_id": "bc22d55e-2c15-48a4-a052-c7c5956ff915",
    "recording_id": "ba33d7c6-7165-487f-9944-6f4612b3d9c0",
    "artist": "Cameron Winter",
    "artist_ids": [
        "79c6b6f4-cb92-4f03-a1ef-82e7aa4eddbb"
    ],
    "album": "Heavy Metal",
    "release_id": "16c36992-20ce-4ac8-8b79-ee6a18a5a34b",
    "release_group_id": "a9b6e76b-190b-4802-b120-ddef0fd852b7",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2024-12-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cameron Winter is known for being the frontman of Geese. Released in December 2024, Heavy Metal is his debut solo album! \n\nYou can catch Cameron Winter performing with Geese:\n\n- Seattle on Friday, Oct. 24, at The Showbox\n\n- San Francisco on Tuesday, Oct. 28, at The Fillmore\n\nhttps://geeseband.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}