Information about plays

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

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

{
    "id": 3551164,
    "uri": "https://api.kexp.org/v2/plays/3551164/?format=api",
    "airdate": "2025-09-10T05:13:02-07:00",
    "show": 64523,
    "show_uri": "https://api.kexp.org/v2/shows/64523/?format=api",
    "image_uri": "https://ia801802.us.archive.org/29/items/mbid-4f0d2591-f576-4c88-8d90-8614084cac7f/mbid-4f0d2591-f576-4c88-8d90-8614084cac7f-22367867041_thumb500.jpg",
    "thumbnail_uri": "https://ia801802.us.archive.org/29/items/mbid-4f0d2591-f576-4c88-8d90-8614084cac7f/mbid-4f0d2591-f576-4c88-8d90-8614084cac7f-22367867041_thumb250.jpg",
    "song": "Blue Balloon",
    "track_id": "9f2f6d0b-680d-3c03-b29a-befa86c8726c",
    "recording_id": "b53b1aa7-ff34-451d-a47c-43b8d220fb74",
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "La Cucaracha",
    "release_id": "4f0d2591-f576-4c88-8d90-8614084cac7f",
    "release_group_id": "d13ce7dc-6c4f-3c0a-9bba-d7e70ae412de",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2007-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Blue Balloon\" comes from Ween's ninth studio album La Cucaracha.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}