Information about plays

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

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

{
    "id": 3595684,
    "uri": "https://api.kexp.org/v2/plays/3595684/?format=api",
    "airdate": "2025-12-25T05:15:58-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Night In Harlem (Single Version)",
    "track_id": null,
    "recording_id": "67ac3387-6cd8-41e5-ab65-c3a4ba6181ce",
    "artist": "Louis Armstrong & Benny Carter And His Orchestra",
    "artist_ids": [
        "eea8a864-fcda-4602-9569-38ab446decd6",
        "5d5e9bc9-5ded-40c3-b29c-01de0f8309b2"
    ],
    "album": "Louis Wishes You a Cool Yule",
    "release_id": null,
    "release_group_id": "af644731-f586-47c8-b80d-4f5244121a89",
    "labels": [],
    "label_ids": [],
    "release_date": "1955-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Louis Armstrong and Benny Carter & His Orchestra collaborated on classic jazz and holiday recordings, notably tracks like \"Christmas Night in Harlem\" and \"Christmas in New Orleans,\" showcasing Armstrong's soulful trumpet and vocals with Carter's sophisticated big band arrangements.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}