Information about plays

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

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

{
    "id": 3608990,
    "uri": "https://api.kexp.org/v2/plays/3608990/?format=api",
    "airdate": "2026-01-25T14:07:04-08:00",
    "show": 65752,
    "show_uri": "https://api.kexp.org/v2/shows/65752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yo viviré (I Will Survive)",
    "track_id": null,
    "recording_id": "f50bec44-a0c1-4c7e-8e21-7bb79e78ef07",
    "artist": "Celia Cruz",
    "artist_ids": [
        "7b8e1188-9ca4-4aa5-8393-172de6fa04de"
    ],
    "album": "Azúcar en el cielo",
    "release_id": null,
    "release_group_id": "87f474ae-a112-315a-a525-8bf9fc2dff4f",
    "labels": [
        "Sony Music Entertainment"
    ],
    "label_ids": [
        "b54769e4-b75e-4f60-884a-c4714687bb4c"
    ],
    "release_date": "2000-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Sunday Salsa Selection!\n\nCelia Cruz, known as the \"Queen of Salsa\", was an internationally acclaimed singer and dynamic stage performer from the 1940s to the start of the 21st century. Cruz passed in 2003. Read more about her at https://www.womenshistory.org/education-resources/biographies/celia-cruz\n\nhttps://soundcloud.com/celia-cruz-official/yo-vivir-i-will-survive",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}