Information about plays

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

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

{
    "id": 3587288,
    "uri": "https://api.kexp.org/v2/plays/3587288/?format=api",
    "airdate": "2025-12-05T21:03:36-08:00",
    "show": 65297,
    "show_uri": "https://api.kexp.org/v2/shows/65297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monsieur Malonga",
    "track_id": null,
    "recording_id": "27baccf3-2149-4b56-97ee-9cb9e2d61281",
    "artist": "Tabu Ley Rochereau",
    "artist_ids": [
        "85a694a0-dde9-4d79-a3b5-11950be0f3de"
    ],
    "album": "The Voice of Lightness, Volume 2",
    "release_id": null,
    "release_group_id": "f1344adc-3425-4b60-b7f6-e4c77e2f13f7",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pascal-Emmanuel Sinamoyi Tabu, better known as Tabu Ley Rochereau, was a Congolese rumba singer and musician. He was the leader of Orchestre Afrisa International, as well as one of Africa's most influential vocalists and prolific songwriters.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}