Information about plays

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

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

{
    "id": 3602967,
    "uri": "https://api.kexp.org/v2/plays/3602967/?format=api",
    "airdate": "2026-01-11T07:06:11-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Petals (Circle 56) (with Six Missing)",
    "track_id": null,
    "recording_id": null,
    "artist": "Foam and Sand",
    "artist_ids": [
        "64b5c5c4-7372-4868-9a39-903e670b0d69"
    ],
    "album": "Soft Euphoria",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "SAY LESS"
    ],
    "label_ids": [],
    "release_date": "2025-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the latest EP from LA-based German artist Robert Koch (aka Robot Koch) to be released under his Foam and Sand alias ~ https://foamandsand.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}