Information about plays

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

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

{
    "id": 3588549,
    "uri": "https://api.kexp.org/v2/plays/3588549/?format=api",
    "airdate": "2025-12-08T15:45:01-08:00",
    "show": 65324,
    "show_uri": "https://api.kexp.org/v2/shows/65324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mimosa 2000",
    "track_id": null,
    "recording_id": null,
    "artist": "Furacão 2000",
    "artist_ids": [
        "683c2192-bbd4-4a6c-9d37-91eb6b412cbf"
    ],
    "album": "Furacão 2000: Tornado Muito Nervoso 2",
    "release_id": null,
    "release_group_id": "2e031c94-b2f6-38cd-9793-839f3fbabf7c",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tornado Muito Nervoso 2 helped launch the careers of several prominent Brazilian funk artists and featured tracks that became staples of the baile funk scene. It includes early hits such as \"Cerol na Mão\" and \"Tchu Tchuca\" by Bonde do Tigrão, and \"Dança da Motinha\" by Beth, which were highly popular in the dance parties (bailes) of Rio de Janeiro. \n\nFull album here:\nhttps://www.discogs.com/release/3595238-Various-Furacão-2000-Tornado-Muito-Nervoso-2?srsltid=AfmBOoov1dPUMc2e40tbteTuV9kVhTHbXYDuuEUDOudPxVTzRe-AvTX1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}