Information about plays

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

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

{
    "id": 3622009,
    "uri": "https://api.kexp.org/v2/plays/3622009/?format=api",
    "airdate": "2026-02-25T06:59:10-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-c3a90044-9258-3e46-a77f-b33ca78c5503/mbid-c3a90044-9258-3e46-a77f-b33ca78c5503-4015900791_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-c3a90044-9258-3e46-a77f-b33ca78c5503/mbid-c3a90044-9258-3e46-a77f-b33ca78c5503-4015900791_thumb250.jpg",
    "song": "Games Without Frontiers",
    "track_id": "c5aacd94-c203-3541-bb77-cf83b3f8885e",
    "recording_id": "f60efa5f-76e3-41c9-93cd-dab1eec32d53",
    "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 his self titled album Peter Gabriel!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}