Information about plays

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

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

{
    "id": 3588895,
    "uri": "https://api.kexp.org/v2/plays/3588895/?format=api",
    "airdate": "2025-12-09T11:47:14-08:00",
    "show": 65331,
    "show_uri": "https://api.kexp.org/v2/shows/65331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New York Talkin' Guys",
    "track_id": null,
    "recording_id": null,
    "artist": "Earl Brooks",
    "artist_ids": [],
    "album": "Before And Now",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-12-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Earl Brooks will be at Seattle's Traveling Goat on Thursday, December 11th, at 7;00 p.m.: https://www.facebook.com/earlbrooksmusic/\n\nEarl Brooks is a Seattle singer-songwriter who was in Seattle band  Crop Circles. After a hiatus of 17 years, Earl has released a new album Before And Now containing 6 previously recorded songs and 6 songs recorded this year (2025). The album showcases a wide variety of songs ranging from pop rock to punk to folkie stylings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}