Information about plays

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

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

{
    "id": 3629094,
    "uri": "https://api.kexp.org/v2/plays/3629094/?format=api",
    "airdate": "2026-03-15T03:08:31-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Message in a Bottle",
    "track_id": null,
    "recording_id": "ecd157cc-a50f-457e-bb79-7c932894cf27",
    "artist": "Gillan",
    "artist_ids": [
        "f7ee55df-61ae-4d22-989b-60ada0ea44a4"
    ],
    "album": "Gillan",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "EASTWORLD"
    ],
    "label_ids": [
        "31af4a29-1d1a-46f4-bf47-a3e8e84dadfb"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/master/450152-Gillan-Gillan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}