Information about plays

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

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

{
    "id": 3622963,
    "uri": "https://api.kexp.org/v2/plays/3622963/?format=api",
    "airdate": "2026-02-27T10:42:46-08:00",
    "show": 66043,
    "show_uri": "https://api.kexp.org/v2/shows/66043/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "\"Games Without Frontiers\" comes from the 1977 self-titled Peter Gabriel album. \n\n\"Peter Gabriel built up such\na strange aura around\nhimself during his later\nyears with Genesis that I began\nto feel extremely nervous about\ncoming face to face with him for\nthe first time. It was a surprise\ntherefore to meet a rather\nserious, polite young man wearing ordinary clothes and\ntalking about himself in a straightforward, if somewhat\nreserved manner,\" writes an interviewer from the time of this album's release. \n\nRead more from the article here: https://tinyurl.com/77n6ksra",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}