Information about plays

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

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

{
    "id": 3545369,
    "uri": "https://api.kexp.org/v2/plays/3545369/?format=api",
    "airdate": "2025-08-27T05:09:17-07:00",
    "show": 64399,
    "show_uri": "https://api.kexp.org/v2/shows/64399/?format=api",
    "image_uri": "https://ia600804.us.archive.org/21/items/mbid-472aea5a-ef4f-360f-84b9-0ed21abcec65/mbid-472aea5a-ef4f-360f-84b9-0ed21abcec65-41402126719_thumb500.jpg",
    "thumbnail_uri": "https://ia800804.us.archive.org/21/items/mbid-472aea5a-ef4f-360f-84b9-0ed21abcec65/mbid-472aea5a-ef4f-360f-84b9-0ed21abcec65-41402126719_thumb250.jpg",
    "song": "Thank You",
    "track_id": "7739681e-0e13-3eae-88f7-6310e48713a7",
    "recording_id": "e21defb3-82b7-481a-a457-63ce2329feaa",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Led Zeppelin II",
    "release_id": "472aea5a-ef4f-360f-84b9-0ed21abcec65",
    "release_group_id": "33b4653d-006e-3cc1-8afb-386b15a6cd6e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you for supporting KEXP! \n\nText 206.903.5397 or email DJ@KEXP.ORG to request a song <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}