Information about plays

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

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

{
    "id": 3632854,
    "uri": "https://api.kexp.org/v2/plays/3632854/?format=api",
    "airdate": "2026-03-23T20:30:54-07:00",
    "show": 66263,
    "show_uri": "https://api.kexp.org/v2/shows/66263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My one and only love",
    "track_id": null,
    "recording_id": null,
    "artist": "Mon Laferte, Natalia Lafourcade, Silvana Estrada",
    "artist_ids": [],
    "album": "FEMME FATALE",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [],
    "release_date": "2025-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of Natalia Lafourcade, she opens the Cancioneros 2025 season — following previous openers Mon Laferte and Silvana Estrada. It’s moving to hear how these artistic friendships evolve, like on Mon’s latest album FEMME FATALE, where she joins Natalia on the intimate song “My One and Only Love.”\n***\nHablando de Natalia Lafourcade, ella inaugura la temporada de Cancioneros 2025, tras las anteriores artistas que la han precedido, Mon Laferte y Silvana Estrada. Es conmovedor ver cómo evolucionan estas amistades artísticas, como en el último álbum de Mon, FEMME FATALE, donde colabora con Natalia en la íntima canción «My One and Only Love».",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}