Information about plays

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

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

{
    "id": 3565185,
    "uri": "https://api.kexp.org/v2/plays/3565185/?format=api",
    "airdate": "2025-10-15T00:23:04-07:00",
    "show": 64837,
    "show_uri": "https://api.kexp.org/v2/shows/64837/?format=api",
    "image_uri": "https://ia800202.us.archive.org/5/items/mbid-a66a43c1-bb99-42ff-88b1-9bd444bbcd02/mbid-a66a43c1-bb99-42ff-88b1-9bd444bbcd02-2117569232_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/5/items/mbid-a66a43c1-bb99-42ff-88b1-9bd444bbcd02/mbid-a66a43c1-bb99-42ff-88b1-9bd444bbcd02-2117569232_thumb250.jpg",
    "song": "She Bop",
    "track_id": "052ac5b0-8040-3851-b2e2-10fb56685a35",
    "recording_id": "64b9876c-e15d-48ed-92a5-3b797606b22e",
    "artist": "Cyndi Lauper",
    "artist_ids": [
        "7bd9e20e-74b9-446a-a2ed-a223f82a36e7"
    ],
    "album": "She's So Unusual",
    "release_id": "a66a43c1-bb99-42ff-88b1-9bd444bbcd02",
    "release_group_id": "46d415e9-39b7-3978-9e3d-d9d8a32c6751",
    "labels": [
        "Portrait"
    ],
    "label_ids": [
        "fe724a49-d5d8-4284-9101-92d7efddd0b4"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on October 14th, 1983",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}