Information about plays

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

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

{
    "id": 3527480,
    "uri": "https://api.kexp.org/v2/plays/3527480/?format=api",
    "airdate": "2025-07-15T23:02:00-07:00",
    "show": 64025,
    "show_uri": "https://api.kexp.org/v2/shows/64025/?format=api",
    "image_uri": "https://ia801909.us.archive.org/3/items/mbid-55e12b15-e080-42a8-af93-4301e3487a45/mbid-55e12b15-e080-42a8-af93-4301e3487a45-4504278343_thumb500.jpg",
    "thumbnail_uri": "https://ia601909.us.archive.org/3/items/mbid-55e12b15-e080-42a8-af93-4301e3487a45/mbid-55e12b15-e080-42a8-af93-4301e3487a45-4504278343_thumb250.jpg",
    "song": "Signed, Sealed, Delivered I’m Yours",
    "track_id": "1e315ee3-3333-374d-8db4-99b01b1e7b05",
    "recording_id": "ecd0d3b6-ee79-4e25-ad37-4dff9452bf04",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Hitsville USA: The Motown Singles Collection 1959–1971",
    "release_id": "55e12b15-e080-42a8-af93-4301e3487a45",
    "release_group_id": "ebc5c8a7-5537-34b2-a7ad-a2bc50ba4a31",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1992-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}