Information about plays

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

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

{
    "id": 3595588,
    "uri": "https://api.kexp.org/v2/plays/3595588/?format=api",
    "airdate": "2025-12-25T00:14:20-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas on Riverside Drive",
    "track_id": null,
    "recording_id": "26747adb-7964-451b-be94-c6db6be96626",
    "artist": "August Darnell",
    "artist_ids": [
        "f2c72a06-b167-481b-ba93-038589ac5a76"
    ],
    "album": "A Christmas Record",
    "release_id": null,
    "release_group_id": "a5e7339d-a41a-3255-bb5f-b786251654af",
    "labels": [
        "ZE Records"
    ],
    "label_ids": [
        "9474b0cc-8065-457c-865d-463f2383ce00"
    ],
    "release_date": "1981-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}