Information about plays

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

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

{
    "id": 3560508,
    "uri": "https://api.kexp.org/v2/plays/3560508/?format=api",
    "airdate": "2025-10-02T15:51:43-07:00",
    "show": 64726,
    "show_uri": "https://api.kexp.org/v2/shows/64726/?format=api",
    "image_uri": "https://coverartarchive.org/release/78909196-10c3-4a0e-be49-90e0bbdfea25/36847586589-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78909196-10c3-4a0e-be49-90e0bbdfea25/36847586589-250.jpg",
    "song": "Un verano en Nueva York",
    "track_id": null,
    "recording_id": "e2741013-a682-4dfb-9156-f090c0c9173b",
    "artist": "El Gran Combo de Puerto Rico",
    "artist_ids": [
        "a34ab81e-a7e0-4d0c-b5f8-2438f104733d"
    ],
    "album": "En vivo desde el Bronx NY",
    "release_id": null,
    "release_group_id": "f1c22f42-df48-4635-9228-54652aa45721",
    "labels": [
        "SalsaTropical"
    ],
    "label_ids": [
        "71ba0778-05d5-443e-bdcf-60e41ba15e6f"
    ],
    "release_date": "2021-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This classic salsa track was sampled by Bad Bunny in \"NUEVAYoL.\"\n--\n\"The original 1975 salsa anthem by El Gran Combo captured the bittersweet reality of Puerto Rican migration to New York, the economic necessity that drove people from the island, the cultural preservation that sustained them, and the complex identity negotiations that emerged in diaspora.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}