Information about plays

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

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

{
    "id": 3598576,
    "uri": "https://api.kexp.org/v2/plays/3598576/?format=api",
    "airdate": "2025-12-31T21:00:33-08:00",
    "show": 65527,
    "show_uri": "https://api.kexp.org/v2/shows/65527/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bailado das Muscarias",
    "track_id": null,
    "recording_id": null,
    "artist": "Zé Ramalho, Lula Côrtes",
    "artist_ids": [
        "5e2c3b33-b734-41ba-ac71-2148338840f6",
        "3920b814-c7a0-4da9-932e-613b708db48b"
    ],
    "album": "Bailado das Muscarias",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "2008"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Bailado das Muscarias” is an iconic song by the Brazilian psychedelic and experimental rock duo Lula Côrtes and Zé Ramalho, from the classic album Paêbirú (1975). The track is known for its fusion of Northeastern Brazilian regional rhythms with psychedelia and sonic experimentation, standing as a landmark of Brazilian rock and a treasure of the Mr. Bongo label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}