Information about plays

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

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

{
    "id": 3553407,
    "uri": "https://api.kexp.org/v2/plays/3553407/?format=api",
    "airdate": "2025-09-15T15:15:02-07:00",
    "show": 64571,
    "show_uri": "https://api.kexp.org/v2/shows/64571/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca810aa3-0aaf-4468-bf6c-b0abd5d0019d/32260467819-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca810aa3-0aaf-4468-bf6c-b0abd5d0019d/32260467819-250.jpg",
    "song": "Cumbia Con Jazz",
    "track_id": null,
    "recording_id": "54f178ca-0598-4e34-ace3-0453aa8fecc4",
    "artist": "Grupo Jejeje",
    "artist_ids": [
        "085a2037-491f-4692-84ca-6ad4a45b6b95"
    ],
    "album": "Grupo Jejeje",
    "release_id": null,
    "release_group_id": "e982eb4e-dddf-417d-a535-49b18d0704ef",
    "labels": [
        "Discos Rolas"
    ],
    "label_ids": [
        "585f43f1-5b1c-44de-9ffe-44abfaf22dc0"
    ],
    "release_date": "2019-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grupo Jejeje is a collaboration between Turbo Sonidero and Arrabalero. The producers celebrate Mexican cumbia's innovative uses of technology and obscure sounds from synthy cumbia from Puebla to loop and sample-based kumbia editada from San Luis Potosí. They blend these sounds with their own hip-hop, electronic, and Persian music influences as cosmopolitan second-generation immigrants. https://grupojejeje.bandcamp.com/album/grupo-jejeje-rebajadas-por-sonido-due-ez",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}