Information about plays

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

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

{
    "id": 3532236,
    "uri": "https://api.kexp.org/v2/plays/3532236/?format=api",
    "airdate": "2025-07-27T02:01:19-07:00",
    "show": 64125,
    "show_uri": "https://api.kexp.org/v2/shows/64125/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-27402d57-32cb-4273-87f5-59f1a2f08365/mbid-27402d57-32cb-4273-87f5-59f1a2f08365-35868281258_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-27402d57-32cb-4273-87f5-59f1a2f08365/mbid-27402d57-32cb-4273-87f5-59f1a2f08365-35868281258_thumb250.jpg",
    "song": "Black Sabbath",
    "track_id": "3d68d564-ba56-4936-9323-9d2cba2fc925",
    "recording_id": "533d5cbb-3ec6-4226-994b-844bc2173ac3",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Black Sabbath",
    "release_id": "27402d57-32cb-4273-87f5-59f1a2f08365",
    "release_group_id": "826c9743-a3f0-3479-bf06-8df2e140ef1d",
    "labels": [
        "Warner Bros. Records",
        "Rhino"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rest In Peace to the Prince of Darkness, Ozzy Osborne. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}