Information about plays

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

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

{
    "id": 3531027,
    "uri": "https://api.kexp.org/v2/plays/3531027/?format=api",
    "airdate": "2025-07-24T05:48:38-07:00",
    "show": 64097,
    "show_uri": "https://api.kexp.org/v2/shows/64097/?format=api",
    "image_uri": "https://dn721903.ca.archive.org/0/items/mbid-2e587f43-03e1-474f-8b1f-1ebd65d5eed8/mbid-2e587f43-03e1-474f-8b1f-1ebd65d5eed8-38634131117_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-2e587f43-03e1-474f-8b1f-1ebd65d5eed8/mbid-2e587f43-03e1-474f-8b1f-1ebd65d5eed8-38634131117_thumb250.jpg",
    "song": "Body of Mine",
    "track_id": "d63685f4-697c-4e3d-8617-1c28a8cdd666",
    "recording_id": "af621b69-febe-4c31-b2e1-117fae55a1be",
    "artist": "Lambrini Girls",
    "artist_ids": [
        "4eeea7eb-7554-48cb-9e50-c26d434ed9ef"
    ],
    "album": "God's Country / Body of Mine",
    "release_id": "2e587f43-03e1-474f-8b1f-1ebd65d5eed8",
    "release_group_id": "ffefe6f5-8665-4219-9f16-a5209d133c5c",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2004-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Peter!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}