Information about plays

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

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

{
    "id": 3595585,
    "uri": "https://api.kexp.org/v2/plays/3595585/?format=api",
    "airdate": "2025-12-25T00:03:46-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "https://ia902807.us.archive.org/10/items/mbid-cb0f5d3b-f211-3cd1-8ecc-6fd20ce5336a/mbid-cb0f5d3b-f211-3cd1-8ecc-6fd20ce5336a-21576276392_thumb500.jpg",
    "thumbnail_uri": "https://ia902807.us.archive.org/10/items/mbid-cb0f5d3b-f211-3cd1-8ecc-6fd20ce5336a/mbid-cb0f5d3b-f211-3cd1-8ecc-6fd20ce5336a-21576276392_thumb250.jpg",
    "song": "Snowman",
    "track_id": "8101dc48-f522-3afe-a1d2-5bf351939782",
    "recording_id": "e7adfb92-fb83-4323-a680-4e1634046a36",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "English Settlement",
    "release_id": "cb0f5d3b-f211-3cd1-8ecc-6fd20ce5336a",
    "release_group_id": "d1cf6125-2cbb-3be0-81fb-a60c9491e9a5",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}