Information about plays

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

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

{
    "id": 3597732,
    "uri": "https://api.kexp.org/v2/plays/3597732/?format=api",
    "airdate": "2025-12-29T21:00:41-08:00",
    "show": 65510,
    "show_uri": "https://api.kexp.org/v2/shows/65510/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Antes Del Dia",
    "track_id": null,
    "recording_id": "133afe74-379e-44d9-803b-d7d507ad1f39",
    "artist": "Chicarica",
    "artist_ids": [
        "6b8dd13c-8c48-4d38-bfd8-f076a774f722"
    ],
    "album": "Invierno en la playa",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best of 2025: It's been a long time since we played new songs by Chicarica. Listeners of El Sonido will recognize one of the show's favorite Chilean bands, which in 2025 sounds more eclectic and electronic.\n***\nLo mejor del 2025: Hace mucho no pasamos nuevas canciones de Chicarica. Para los oyentes de El Sonido, reconocerán a una de las bandas chilenas preferidas del show que en 2025 suenan mas electicos y electronicos.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}