Information about plays

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

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

{
    "id": 3550581,
    "uri": "https://api.kexp.org/v2/plays/3550581/?format=api",
    "airdate": "2025-09-08T21:14:24-07:00",
    "show": 64512,
    "show_uri": "https://api.kexp.org/v2/shows/64512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ilú De Oyá (Dengue Dengue Dengue Remix)",
    "track_id": null,
    "recording_id": "e9b938f8-ca67-400b-9be6-a06c325b3527",
    "artist": "Maga Bo feat. Alexandre Garnizé & Dengue Dengue Dengue!",
    "artist_ids": [
        "a2c5372f-9ef9-401b-b46c-88e025b510a3",
        "e2e039dc-d1dc-463f-9dc8-efefd301014b",
        "545cbad6-d916-4fe4-8290-53f83ad3ce09"
    ],
    "album": "Amor (É Revolução)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: “Ilu de Oyá” was released in 2022 on Maga Bo’s project Amor (É Revolução). It features Brazilian percussionist Alexandre Garnizé, rooted in Afro-Brazilian rhythms.\nES: “Ilu de Oyá” salió en 2022 dentro del proyecto Amor (É Revolução) de Maga Bo. Participa el percusionista brasileño Alexandre Garnizé, con base en ritmos afrobrasileños.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}