Information about plays

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

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

{
    "id": 3596448,
    "uri": "https://api.kexp.org/v2/plays/3596448/?format=api",
    "airdate": "2025-12-26T21:05:02-08:00",
    "show": 65481,
    "show_uri": "https://api.kexp.org/v2/shows/65481/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talibi",
    "track_id": null,
    "recording_id": "43dbbe6f-76f5-4cf5-9d12-d84f2c1fab41",
    "artist": "Thione Seck & Raam Daan",
    "artist_ids": [
        "f4298cb3-d6c4-4904-a76d-fa21e2ce0f34",
        "733ef84f-c883-4911-afc2-dcea632d292b"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thione Seck (1955-2021) is undoubtedly one of the most recognizable voice in West Africa.  Born in Senegal, he comes from a family of Griots of the Wolof. He was a pioneer of the Mbalakh genre. He first performed with Orchestre Baobab, but he later formed his own band, Raam Daan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}