Information about plays

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

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

{
    "id": 3560492,
    "uri": "https://api.kexp.org/v2/plays/3560492/?format=api",
    "airdate": "2025-10-02T15:02:42-07:00",
    "show": 64726,
    "show_uri": "https://api.kexp.org/v2/shows/64726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El apagón",
    "track_id": null,
    "recording_id": "1dc43a4f-8f58-4a24-a2be-ba356b8ab33f",
    "artist": "Bad Bunny",
    "artist_ids": [
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19"
    ],
    "album": "Un verano sin ti",
    "release_id": null,
    "release_group_id": "e992b449-141b-4aea-b07b-9b2a478a8570",
    "labels": [
        "Rimas"
    ],
    "label_ids": [
        "8a32886d-9da4-4b37-8c06-02eafb78fee5"
    ],
    "release_date": "2022-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“El Apagón” describes the hardships of Puerto Rican living, such as the continuous, large-scale blackouts that have taken place since category 5 Hurricane Maria ravaged  the island in 2017, as well as the privatization of beaches and the arrival of US colonists. : https://www.hercampus.com/school/upr/the-true-meaning-behind-bad-bunnys-el-apagon/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}