Information about plays

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

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

{
    "id": 3569498,
    "uri": "https://api.kexp.org/v2/plays/3569498/?format=api",
    "airdate": "2025-10-24T20:06:36-07:00",
    "show": 64923,
    "show_uri": "https://api.kexp.org/v2/shows/64923/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d4fd8a1-17ca-47eb-bf28-6d419102e14a/18276804976-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d4fd8a1-17ca-47eb-bf28-6d419102e14a/18276804976-250.jpg",
    "song": "FaDJamou",
    "track_id": null,
    "recording_id": "4d85eb4f-d40a-45c2-a80b-dd16f597012c",
    "artist": "Oumou Sangaré",
    "artist_ids": [
        "2013f3af-51a3-404d-9afc-91b3f277ea4e"
    ],
    "album": "Mogoya",
    "release_id": null,
    "release_group_id": "441c4066-148f-48d2-824e-deb7d7ff782e",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oumou Sangaré is a Malian Wassoulou singer of Fulani descent. She is often referred to as \"The Songbird of Wassoulou\". Wassoulou is a historical region south of the Niger River, where the music descends from age-old traditional song, often accompanied by a calabash.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}