Information about plays

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

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

{
    "id": 3627876,
    "uri": "https://api.kexp.org/v2/plays/3627876/?format=api",
    "airdate": "2026-03-11T22:29:44-07:00",
    "show": 66156,
    "show_uri": "https://api.kexp.org/v2/shows/66156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saperlipopette",
    "track_id": null,
    "recording_id": "d5876859-017e-4d65-a99e-f52fe183933a",
    "artist": "Clothilde",
    "artist_ids": [
        "9a126435-6a1d-45f5-b2c1-c72ed40ac2f8"
    ],
    "album": "Saperlipopette",
    "release_id": null,
    "release_group_id": "fdbd36a7-d12c-4761-9848-661d3a20d38b",
    "labels": [
        "Disques Vogue"
    ],
    "label_ids": [
        "25ed46e9-e373-4f09-927e-d56c0a2a0fdf"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amazing second single from Clothide (Elisabeth Beauvais)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}