Information about plays

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

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

{
    "id": 3595604,
    "uri": "https://api.kexp.org/v2/plays/3595604/?format=api",
    "airdate": "2025-12-25T00:59:05-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "https://ia801305.us.archive.org/9/items/mbid-bbbf1ce1-69cc-4ee5-86b4-ec82c249135d/mbid-bbbf1ce1-69cc-4ee5-86b4-ec82c249135d-12446951932_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/9/items/mbid-bbbf1ce1-69cc-4ee5-86b4-ec82c249135d/mbid-bbbf1ce1-69cc-4ee5-86b4-ec82c249135d-12446951932_thumb250.jpg",
    "song": "Close Your Mouth (It's Christmas)",
    "track_id": "4f864b6b-d664-3e84-b46b-16ed444c572c",
    "recording_id": "bc35df17-a060-435d-851d-ac7481705fdc",
    "artist": "The Free Design",
    "artist_ids": [
        "8e2188f5-c28b-4cf5-9f01-b3ed0ed2b00b"
    ],
    "album": "You Could Be Born Again",
    "release_id": "bbbf1ce1-69cc-4ee5-86b4-ec82c249135d",
    "release_group_id": "3ddd9f1a-aa45-3a73-98a8-71fb76ecb009",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}