Information about plays

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

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

{
    "id": 3600048,
    "uri": "https://api.kexp.org/v2/plays/3600048/?format=api",
    "airdate": "2026-01-04T07:34:31-08:00",
    "show": 65560,
    "show_uri": "https://api.kexp.org/v2/shows/65560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rest Here",
    "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": "Chillout Room Set! Title track off the awesome 2025 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": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}