Information about plays

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

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

{
    "id": 3577969,
    "uri": "https://api.kexp.org/v2/plays/3577969/?format=api",
    "airdate": "2025-11-14T07:15:18-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gone Daddy Gone",
    "track_id": null,
    "recording_id": "79b94b13-1efd-426f-b092-d4468b99cbc4",
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Violent Femmes",
    "release_id": null,
    "release_group_id": "616a1d80-83d0-3234-bf71-fe3de8109f99",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1983-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bassist/multi-instrumentalist Brian Ritchie played the xylophone on this song, which features two xylophone solos.\n\nThe Violent Femmes were live in KEXP's Gathering Space in 2017: https://www.youtube.com/watch?v=ICixXOKmYbQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}