Information about plays

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

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

{
    "id": 3597109,
    "uri": "https://api.kexp.org/v2/plays/3597109/?format=api",
    "airdate": "2025-12-28T08:49:39-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Feels Great",
    "track_id": null,
    "recording_id": null,
    "artist": "Car Culture",
    "artist_ids": [
        "5f1a871f-0e8a-467e-846e-8f60fff4815d"
    ],
    "album": "Rest Here",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "NAFF Recordings"
    ],
    "label_ids": [],
    "release_date": "2025-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the awesome new album 'Rest Here' by Car Culture, the alias of Queens, NY-based artist Daniel Fisher ~ https://naffrecordings.bandcamp.com/album/rest-here \n:: Check out Car Culture's recent guest DJ mix for KEXP's 'Midnight in a Perfect World' here: https://www.kexp.org/read/2025/12/19/midnight-in-a-perfect-world-car-culture/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}