Information about plays

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

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

{
    "id": 3621978,
    "uri": "https://api.kexp.org/v2/plays/3621978/?format=api",
    "airdate": "2026-02-25T05:02:56-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Biko",
    "track_id": "09be0379-2e39-3caa-a7a7-ad2ea9a070fc",
    "recording_id": "32d6f4ec-e430-4adb-a5ca-d506d1b0399b",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Peter Gabriel",
    "release_id": "c3a90044-9258-3e46-a77f-b33ca78c5503",
    "release_group_id": "fe9f06cd-a160-3114-85fd-102726dddc0b",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1983-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1977, Peter Gabriel releases the self titled Peter Gabriel album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}