Information about plays

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

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

{
    "id": 3525438,
    "uri": "https://api.kexp.org/v2/plays/3525438/?format=api",
    "airdate": "2025-07-11T05:23:05-07:00",
    "show": 63980,
    "show_uri": "https://api.kexp.org/v2/shows/63980/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taboo",
    "track_id": null,
    "recording_id": "ae1f1035-c7c0-4a14-8083-e04686908ff2",
    "artist": "Al Hirt",
    "artist_ids": [
        "d14ab1ae-0400-4345-9f5b-6083110a5c7a"
    ],
    "album": "Latin in the Horn",
    "release_id": null,
    "release_group_id": "fc59cd2f-b38d-3993-8ba2-2e9cdeb683b3",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arranged and conducted by Lalo Schifrin, who passed away June 26 at the age of 93.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}