Information about plays

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

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

{
    "id": 3564615,
    "uri": "https://api.kexp.org/v2/plays/3564615/?format=api",
    "airdate": "2025-10-13T16:10:40-07:00",
    "show": 64827,
    "show_uri": "https://api.kexp.org/v2/shows/64827/?format=api",
    "image_uri": "https://ia601603.us.archive.org/6/items/mbid-a4c45fc2-3c07-4abc-b111-7c88163a80f9/mbid-a4c45fc2-3c07-4abc-b111-7c88163a80f9-22403156505_thumb500.jpg",
    "thumbnail_uri": "https://dn721204.ca.archive.org/0/items/mbid-a4c45fc2-3c07-4abc-b111-7c88163a80f9/mbid-a4c45fc2-3c07-4abc-b111-7c88163a80f9-22403156505_thumb250.jpg",
    "song": "Los Sabores del Porro",
    "track_id": "45d0b911-f8c0-39bd-94d9-29980540cf6f",
    "recording_id": "20a9e40c-0883-4f3a-a013-48125ad20884",
    "artist": "Totó la Momposina",
    "artist_ids": [
        "6904c849-97ab-4bf2-af51-467e8dd98ec9"
    ],
    "album": "Carmelina",
    "release_id": "a4c45fc2-3c07-4abc-b111-7c88163a80f9",
    "release_group_id": "4e64240c-1f3d-33fb-8b76-18b20ada15d7",
    "labels": [
        "Indigo"
    ],
    "label_ids": [
        "dbbe29a1-f0be-42b4-a8db-f30b6eae7887"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sonia Bazanta Vides, better known as Totó la Momposina, is a Colombian singer of Afro-Colombian and Indigenous descent. She reached international attention with the release of her 1993 album La Candela Viva on Peter Gabriel's Real World Records label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}