Information about plays

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

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

{
    "id": 3595880,
    "uri": "https://api.kexp.org/v2/plays/3595880/?format=api",
    "airdate": "2025-12-25T14:29:16-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Time Christmas",
    "track_id": null,
    "recording_id": "d37ae29d-aa81-4917-aa1b-378e7add6d16",
    "artist": "Lou Rawls",
    "artist_ids": [
        "c8bd802a-6e4a-41a4-95fa-2c1ee33f65a5"
    ],
    "album": "Cool Yule II: Tis the Season to Be Jazzed",
    "release_id": null,
    "release_group_id": "eb077d1c-e269-3156-be99-114737e3cac2",
    "labels": [
        "Universal Music Special Markets"
    ],
    "label_ids": [
        "8aa8f64b-55a1-48db-b124-44fcba58836f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Recored 1967, Lou Rawls had a sprawling career ranging from R&B to soul to jazz to pop. Read a deep biography on the amazing artist here: https://www.bluenote.com/artist/lou-rawls/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}