Information about plays

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

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

{
    "id": 3585674,
    "uri": "https://api.kexp.org/v2/plays/3585674/?format=api",
    "airdate": "2025-12-02T02:39:29-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bridge Through Time",
    "track_id": null,
    "recording_id": "80f19d1e-ee0b-4454-9765-0389d034624d",
    "artist": "Lonnie Liston Smith",
    "artist_ids": [
        "b7eb7b38-7f51-45e9-b583-64303b24eabe"
    ],
    "album": "Love Is the Answer",
    "release_id": null,
    "release_group_id": "c44dcc3d-6928-4694-ba6d-06d1c7a2f35a",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}