Information about plays

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

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

{
    "id": 3592039,
    "uri": "https://api.kexp.org/v2/plays/3592039/?format=api",
    "airdate": "2025-12-16T22:31:52-08:00",
    "show": 65398,
    "show_uri": "https://api.kexp.org/v2/shows/65398/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonely City",
    "track_id": null,
    "recording_id": null,
    "artist": "Bill Callahan",
    "artist_ids": [
        "c309d914-93af-4b3f-8058-d79c75ea89da"
    ],
    "album": "My Days of 58",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [],
    "release_date": "2026-02-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New song from Bill! https://www.youtube.com/watch?v=8H9oJnTiCHA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}