Information about plays

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

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

{
    "id": 3597716,
    "uri": "https://api.kexp.org/v2/plays/3597716/?format=api",
    "airdate": "2025-12-29T20:05:19-08:00",
    "show": 65510,
    "show_uri": "https://api.kexp.org/v2/shows/65510/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vida simple",
    "track_id": null,
    "recording_id": "1f70ce94-9c24-42fd-8d0f-88e85dca0a36",
    "artist": "Francisco Bochatón",
    "artist_ids": [
        "5e362e2b-16b6-45e4-9fea-03cfe607511f"
    ],
    "album": "Mundo de acción",
    "release_id": null,
    "release_group_id": "7e9e1274-121c-32fe-adbd-bf1a7fbb952a",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bochatón is an icon of Argentine rock, not only for having been part of Peligrosos Gorriones, but also for being one of the most prolific songwriters of his generation. \n***\nBochatón es un ícono del rock argentino por haber sido parte de Peligrosos Gorriones pero también por ser uno de los letristas mas prolíferos de su generación.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}