Information about plays

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

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

{
    "id": 3543439,
    "uri": "https://api.kexp.org/v2/plays/3543439/?format=api",
    "airdate": "2025-08-22T19:12:30-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/8d85d17e-868a-4751-8e0f-9fab249a4d18/8971576756-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8d85d17e-868a-4751-8e0f-9fab249a4d18/8971576756-250.jpg",
    "song": "Big Blow",
    "track_id": null,
    "recording_id": "cff32eb6-77e3-4c71-9161-4bdb1ff02a82",
    "artist": "Manu Dibango",
    "artist_ids": [
        "826b488f-5164-45ca-abc4-ab11b3c321eb"
    ],
    "album": "Bao Bao",
    "release_id": null,
    "release_group_id": "3b20cdc1-6d53-3406-826d-2f4455b5f7d7",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Emmanuel N'Djoké \"Manu\" Dibango was a Cameroonian musician and songwriter who played saxophone and vibraphone. He developed a musical style fusing jazz, funk, and traditional Cameroonian music. His father was a member of the Yabassi ethnic group, while his mother was a Duala.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}