Information about plays

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

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

{
    "id": 3560999,
    "uri": "https://api.kexp.org/v2/plays/3560999/?format=api",
    "airdate": "2025-10-03T20:50:14-07:00",
    "show": 64736,
    "show_uri": "https://api.kexp.org/v2/shows/64736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roger Milla",
    "track_id": null,
    "recording_id": "a91918a9-eb16-4435-bb17-653514b9cab1",
    "artist": "Pépé Kallé",
    "artist_ids": [
        "c2a1a86c-1219-4a03-b34b-e4db2506bcb0"
    ],
    "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": "Pepe Kalle was a soukous singer, musician and bandleader from the D.R Congo. His musical career started with African Jazz, the band of Grand Kalle. He later become the lead singer of Lipua Lipua, where he sung alongside Nyboma Mwandido. Pepe Kalle was a giant musically.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}