Information about plays

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

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

{
    "id": 3589191,
    "uri": "https://api.kexp.org/v2/plays/3589191/?format=api",
    "airdate": "2025-12-10T03:45:43-08:00",
    "show": 65336,
    "show_uri": "https://api.kexp.org/v2/shows/65336/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gloria",
    "track_id": null,
    "recording_id": "4b64b7c8-1cc6-49ac-957f-0cf52a0ab0ec",
    "artist": "Umberto Tozzi",
    "artist_ids": [
        "76dffaaa-57c7-4b86-8ea1-bcf351dc950c"
    ],
    "album": "Gloria",
    "release_id": null,
    "release_group_id": "5a477c7b-7a85-304b-abf0-60fac8027d9c",
    "labels": [
        "CGD"
    ],
    "label_ids": [
        "97ff8689-725a-4340-bd13-b65ab23eed8b"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gloria is a 1979 song written and composed in Italian by Umberto Tozzi and Giancarlo Bigazzi, first translated to English by Jonathan King, and covered famously by Laura Branigan in 1982.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}