Information about plays

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

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

{
    "id": 3533792,
    "uri": "https://api.kexp.org/v2/plays/3533792/?format=api",
    "airdate": "2025-07-30T15:44:45-07:00",
    "show": 64154,
    "show_uri": "https://api.kexp.org/v2/shows/64154/?format=api",
    "image_uri": "https://ia600205.us.archive.org/15/items/mbid-e8ede537-eea3-30e2-a3e8-abbe3cce2c81/mbid-e8ede537-eea3-30e2-a3e8-abbe3cce2c81-1007336670_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/15/items/mbid-e8ede537-eea3-30e2-a3e8-abbe3cce2c81/mbid-e8ede537-eea3-30e2-a3e8-abbe3cce2c81-1007336670_thumb250.jpg",
    "song": "Space Age Love Song",
    "track_id": "a2f58358-2e7c-419e-87a5-ad7dab7a5b6d",
    "recording_id": "0f15d534-0ab0-4a37-9100-e43ea6add8a7",
    "artist": "A Flock of Seagulls",
    "artist_ids": [
        "aaa436da-b331-4e58-a0fd-3d64d090c120"
    ],
    "album": "A Flock of Seagulls",
    "release_id": "11d8a992-107b-4933-b13c-1b8e685e9730",
    "release_group_id": "a9b43e9d-f452-35cb-a6da-de85ebe285ae",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Tim in Lake Stevens!\n--\nThe title doesn't appear in the lyric. When they were working on it, someone mentioned that it sounded \"space age,\" and that it was \"like a space age love song.\" They wrote down \"Space Age Love Song\" as a working title, and it stuck.\n--\nThis was the second single released from A Flock Of Seagulls’ self-titled 1982 debut album, and the follow-up to the worldwide Top 10 hit, “I Ran (So Far Away).”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}