Information about plays

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

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

{
    "id": 3590274,
    "uri": "https://api.kexp.org/v2/plays/3590274/?format=api",
    "airdate": "2025-12-12T19:42:54-08:00",
    "show": 65359,
    "show_uri": "https://api.kexp.org/v2/shows/65359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tamiditine",
    "track_id": null,
    "recording_id": "2ebd799a-4840-46a7-bfc0-559f0d76b78f",
    "artist": "Bombino",
    "artist_ids": [
        "d7613e57-4383-454a-8b26-b1e7c28cb740"
    ],
    "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": "Omara \"Bombino\" Moctar is a Tuareg singer-songwriter and guitarist from Niger. His music is sung in Tamasheq and often addresses Tuareg geopolitical concerns. Bombino is the subject of the documentary film Agadez, the Music and the Rebellion.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}