Information about plays

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

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

{
    "id": 3587291,
    "uri": "https://api.kexp.org/v2/plays/3587291/?format=api",
    "airdate": "2025-12-05T21:19:27-08:00",
    "show": 65297,
    "show_uri": "https://api.kexp.org/v2/shows/65297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goro City",
    "track_id": null,
    "recording_id": "d31753e6-eb7d-4506-985f-d6520bc88087",
    "artist": "Manu Dibango",
    "artist_ids": [
        "826b488f-5164-45ca-abc4-ab11b3c321eb"
    ],
    "album": "Gone Clear",
    "release_id": null,
    "release_group_id": "cc3cc112-4304-4a96-8728-bb11eda7262a",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-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"
}