Information about plays

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

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

{
    "id": 3598449,
    "uri": "https://api.kexp.org/v2/plays/3598449/?format=api",
    "airdate": "2025-12-31T13:07:33-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ob-La-Di, Ob-La-Da",
    "track_id": null,
    "recording_id": null,
    "artist": "Celia Cruz",
    "artist_ids": [
        "7b8e1188-9ca4-4aa5-8393-172de6fa04de"
    ],
    "album": "Tropical Tribute to the Beatles",
    "release_id": null,
    "release_group_id": "b336b7b2-cfdf-3300-b726-de800192258a",
    "labels": [
        "RMM Records"
    ],
    "label_ids": [
        "599e1f5e-ad1e-4687-ba2a-78819640f826"
    ],
    "release_date": "1996-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celia 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. Here's a biography of this Havana-born artist: https://www.biography.com/musicians/celia-cruz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}