Information about plays

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

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

{
    "id": 3594478,
    "uri": "https://api.kexp.org/v2/plays/3594478/?format=api",
    "airdate": "2025-12-22T13:09:51-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soulful Christmas",
    "track_id": null,
    "recording_id": "e84f7f2a-9eff-4ae6-86d7-ae4118b852e9",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "James Brown’s Funky Christmas",
    "release_id": null,
    "release_group_id": "54b61980-1384-453e-8d12-01bfcbb5aad7",
    "labels": [
        "PolyGram Records, Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1995-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://charlestoncitypaper.com/2011/12/21/james-brown-adds-a-touch-of-heart-and-soul-to-the-holidays/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}