Information about plays

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

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

{
    "id": 3597710,
    "uri": "https://api.kexp.org/v2/plays/3597710/?format=api",
    "airdate": "2025-12-29T19:44:52-08:00",
    "show": 65510,
    "show_uri": "https://api.kexp.org/v2/shows/65510/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Sonido Cosmico",
    "track_id": null,
    "recording_id": null,
    "artist": "Hermanos Gutierrez",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-12-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Best of 2025: The Hermanos Gutierrez Live on KEXP session was undoubtedly the best of my 2025 and also one of the most viewed of the year by our listeners. Remember to subscribe to KEXP's YouTube channel: https://www.youtube.com/watch?v=LrFf71N-_KY&list=RDLrFf71N-_KY&start_radio=1&t=1432s  \n***\nLo mejor del 2025: La Live on KEXP session de Hermanos Gutierrez fue lo mejor de mi 2025 sin dudas y ademas una de las mas vistas del año por nuestros oyentes. Recuerda suscribirte al canal de Youtube de KEXP https://www.youtube.com/watch?v=LrFf71N-_KY&list=RDLrFf71N-_KY&start_radio=1&t=1432s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}