Information about plays

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

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

{
    "id": 3545441,
    "uri": "https://api.kexp.org/v2/plays/3545441/?format=api",
    "airdate": "2025-08-27T09:51:16-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia601908.us.archive.org/8/items/mbid-9bcd15ef-f472-3151-b4f3-ecef9d64553e/mbid-9bcd15ef-f472-3151-b4f3-ecef9d64553e-3778560343_thumb500.jpg",
    "thumbnail_uri": "https://ia601908.us.archive.org/8/items/mbid-9bcd15ef-f472-3151-b4f3-ecef9d64553e/mbid-9bcd15ef-f472-3151-b4f3-ecef9d64553e-3778560343_thumb250.jpg",
    "song": "Army of Me",
    "track_id": "cb45d3e6-b5ef-32bf-b1c1-89687866005e",
    "recording_id": "8b189d0c-8a13-4813-8882-3e648938ef2d",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Post",
    "release_id": "9bcd15ef-f472-3151-b4f3-ecef9d64553e",
    "release_group_id": "b2a6e057-087d-3ae5-a6e5-7f5fa39808ff",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1995-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Amplifier Day! I've been an amplifier for a couple years now, I believe, and recently upped my monthly gift when public media lost billions in funding. I love what you all do and how you keep us going day after day with music and with just being you! Thank you! Can you play Army of Me by Bjork, just cause I love that song? \n\nThank you!!\nTara in Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}