Information about plays

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

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

{
    "id": 3572287,
    "uri": "https://api.kexp.org/v2/plays/3572287/?format=api",
    "airdate": "2025-10-31T16:50:00-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drac’s Back",
    "track_id": null,
    "recording_id": "e28f70b5-c9be-42ff-81f5-cfd0f64c8e78",
    "artist": "The Bollock Brothers",
    "artist_ids": [
        "488928f3-c19f-4283-9627-5edaf5710c32"
    ],
    "album": "Horror Show",
    "release_id": null,
    "release_group_id": "239adf91-042c-4630-92f9-5fda924c19a8",
    "labels": [
        "MBC Records"
    ],
    "label_ids": [
        "6bdf5491-57cd-4fe6-8409-82c453082628"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Bollock Brothers are a British band formed in 1979 by the London promoter, DJ and manager Jock McDonald.\n\nWOOOOOOOOo!!! DRAUCLA!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}