Information about plays

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

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

{
    "id": 3521334,
    "uri": "https://api.kexp.org/v2/plays/3521334/?format=api",
    "airdate": "2025-07-01T19:09:11-07:00",
    "show": 63894,
    "show_uri": "https://api.kexp.org/v2/shows/63894/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "NYIDE",
    "track_id": null,
    "recording_id": null,
    "artist": "Nana Benz du Togo",
    "artist_ids": [
        "4d7332bc-811b-4f32-a732-6be7cf9971e6"
    ],
    "album": "SÉ NAM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Komos"
    ],
    "label_ids": [
        "0d6e4dcd-2a78-4f50-8ca5-1048d6f5fc75"
    ],
    "release_date": "2025-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New second record by this group from Lomé, Togo.\n\n\"Feminist and ecological themes, sung in the scales of Togolese voodoo tradition, are still at the heart of the group's discourse. \n\nAn immemorial trance, which through the use of their magical 'gazé tuyaux', a DIY bass based on PVC pipes, evokes original house and techno and will seduce dance-floors around the world.\"\n\nhttps://nanabenzdutogo.bandcamp.com/album/s-nam",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}