Information about plays

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

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

{
    "id": 3592021,
    "uri": "https://api.kexp.org/v2/plays/3592021/?format=api",
    "airdate": "2025-12-16T21:23:00-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "CAFé CON RON",
    "track_id": null,
    "recording_id": "ae3269f1-03d5-48f4-867e-b1b41a7335ee",
    "artist": "Bad Bunny",
    "artist_ids": [
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19"
    ],
    "album": "DeBÍ TiRAR MáS FOToS",
    "release_id": null,
    "release_group_id": "b3073a10-2d7c-484c-b387-e49ae629da3d",
    "labels": [
        "Rimas Entertainment LLC."
    ],
    "label_ids": [],
    "release_date": "2025-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“CAFé CON RON” Features plena, an Afro-Puerto Rican rhythm, grounding the album in island sounds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}