Information about plays

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

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

{
    "id": 3545450,
    "uri": "https://api.kexp.org/v2/plays/3545450/?format=api",
    "airdate": "2025-08-27T10:24:34-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia800404.us.archive.org/12/items/mbid-2c80ce6d-a9de-4dac-8d2c-69b1df44c9c0/mbid-2c80ce6d-a9de-4dac-8d2c-69b1df44c9c0-18661854773_thumb500.jpg",
    "thumbnail_uri": "https://ia600404.us.archive.org/12/items/mbid-2c80ce6d-a9de-4dac-8d2c-69b1df44c9c0/mbid-2c80ce6d-a9de-4dac-8d2c-69b1df44c9c0-18661854773_thumb250.jpg",
    "song": "Now That I’m Older",
    "track_id": "2b24bdb4-c864-313f-a29b-d0145fad47fc",
    "recording_id": "1e5137ee-2073-4c19-8ea2-7e0b20e0a6b0",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "The Age of Adz",
    "release_id": "2c80ce6d-a9de-4dac-8d2c-69b1df44c9c0",
    "release_group_id": "705027f6-370d-4e0a-931f-3960fe07a8ba",
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2010-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Julia in Oakland:\n\n\"This is Julia from Oakland, California. I became an amplifier a few months ago because I realized that I was paying for services like Hulu and Spotify, but not KEXP.  KEXP brings me more joy and human connection than any streaming service. Being an amplifier to me is an investment in public radio over big tech- humanity over convenience. Thank you KEXP to all you add to my life. Please play Now That I'm Older by Sufjan Stevens.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}