Information about plays

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

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

{
    "id": 3632636,
    "uri": "https://api.kexp.org/v2/plays/3632636/?format=api",
    "airdate": "2026-03-23T06:19:21-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Stay Together",
    "track_id": null,
    "recording_id": "668508bd-e3c3-4ba9-907f-386b770103ce",
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Let's Stay Together",
    "release_id": null,
    "release_group_id": "7c3d68f7-a6f7-4b0b-b3c6-da1631436001",
    "labels": [
        "Chairkickers’ Music"
    ],
    "label_ids": [
        "01cc03c4-d623-4d52-adc3-9cfd03f04d92"
    ],
    "release_date": "2018-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Al Green cover.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}