Information about plays

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

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

{
    "id": 3629092,
    "uri": "https://api.kexp.org/v2/plays/3629092/?format=api",
    "airdate": "2026-03-15T03:01:27-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spanish Guitar",
    "track_id": null,
    "recording_id": "4e3f5873-eb87-469a-aaae-63fbb7d1ecb3",
    "artist": "Gillan",
    "artist_ids": [
        "f7ee55df-61ae-4d22-989b-60ada0ea44a4"
    ],
    "album": "Higher And Higher / Spanish Guitar",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}