Information about plays

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

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

{
    "id": 3565144,
    "uri": "https://api.kexp.org/v2/plays/3565144/?format=api",
    "airdate": "2025-10-14T21:49:31-07:00",
    "show": 64836,
    "show_uri": "https://api.kexp.org/v2/shows/64836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aquí estamos",
    "track_id": null,
    "recording_id": "fed4752d-2a7c-4a6a-bed5-cd2626db0362",
    "artist": "Grupo Sintesis",
    "artist_ids": [
        "701e298e-9227-493c-bebd-1aab8e56f87f"
    ],
    "album": "Cuba: Music and Revolution (Culture Clash in Havana Cuba: Experiments in Latin Music 1973-85 Vol. 2)",
    "release_id": null,
    "release_group_id": "fc922a6a-fe45-40d7-8645-e9294e21c8be",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2021-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This entrancing song is driven by melodic wits of a variety of instruments. This song opens with a bass like a motor powering the momentum of the track, and it only gets stronger as other instruments make their way into the spotlight. This record is truly worth checking out!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}