Information about plays

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

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

{
    "id": 3589037,
    "uri": "https://api.kexp.org/v2/plays/3589037/?format=api",
    "airdate": "2025-12-09T19:22:53-08:00",
    "show": 65334,
    "show_uri": "https://api.kexp.org/v2/shows/65334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tiknass (Sunbone)",
    "track_id": null,
    "recording_id": "f79ac4f1-b6ff-4c5b-a997-3626b9cedc69",
    "artist": "Mdou Moctar",
    "artist_ids": [
        "d85defaf-b82e-48be-beb5-2672099e392e"
    ],
    "album": "Ibitlan",
    "release_id": null,
    "release_group_id": "f58d50be-1d06-4504-8ff9-b9cf60132991",
    "labels": [
        "Sahel Sounds"
    ],
    "label_ids": [
        "72b12920-4894-4bfd-9edb-a753bfed2823"
    ],
    "release_date": "2020-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mdou Moctar will be performing the final show of a solo tour tomorrow night at The Crocodile here in Seattle! Tickets here: https://tinyurl.com/mtff68f8\n\nCheck out their KEXP in-studio session from 2022 here: https://tinyurl.com/mwr4yvb5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}