Information about plays

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

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

{
    "id": 3550557,
    "uri": "https://api.kexp.org/v2/plays/3550557/?format=api",
    "airdate": "2025-09-08T19:33:17-07:00",
    "show": 64512,
    "show_uri": "https://api.kexp.org/v2/shows/64512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watina (feat. Santana & The Garifuna Collective)",
    "track_id": null,
    "recording_id": null,
    "artist": "Calypso Rose",
    "artist_ids": [
        "ed4a6b66-f07f-41cb-9e5d-ea47d40beba6"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2022-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: Calypso Rose, from Trinidad & Tobago, revisits Andy Palacio’s anthem with Carlos Santana and The Garifuna Collective. Released in 2022, it previewed her album Forever.\nES: Calypso Rose, de Trinidad y Tobago, reinterpreta el himno de Andy Palacio junto a Carlos Santana y The Garifuna Collective. Se lanzó en 2022 como adelanto de su álbum Forever.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}