Information about plays

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

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

{
    "id": 3579253,
    "uri": "https://api.kexp.org/v2/plays/3579253/?format=api",
    "airdate": "2025-11-17T04:24:14-08:00",
    "show": 65133,
    "show_uri": "https://api.kexp.org/v2/shows/65133/?format=api",
    "image_uri": "https://coverartarchive.org/release/26ce710d-b2a7-4b5e-a6b7-45b1998cb761/22782950634-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26ce710d-b2a7-4b5e-a6b7-45b1998cb761/22782950634-250.jpg",
    "song": "Eso no me falla",
    "track_id": null,
    "recording_id": "0c7bb0c2-44d3-49ed-ae95-e0af201326da",
    "artist": "Ghetto Kumbé",
    "artist_ids": [
        "c336a046-4d90-4ca0-ac37-876a800cf2ba"
    ],
    "album": "Soy selva",
    "release_id": null,
    "release_group_id": "9868e5ae-d671-471f-a67d-35e56a5226ec",
    "labels": [
        "Galletas Calientes"
    ],
    "label_ids": [
        "d685bb19-9bd2-4fa9-9f9e-fae9a3eecdde"
    ],
    "release_date": "2017-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wayuu\t\n\nGhetto Kumbe is a Caribbean Afro House group from Colombia that mixes Colombian and African drums with electronic beats and samples creating an Afro-futurist soundscape reflective of African and Colombian culture and history.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}