Information about plays

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

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

{
    "id": 3549152,
    "uri": "https://api.kexp.org/v2/plays/3549152/?format=api",
    "airdate": "2025-09-05T08:15:02-07:00",
    "show": 64479,
    "show_uri": "https://api.kexp.org/v2/shows/64479/?format=api",
    "image_uri": "https://ia800205.us.archive.org/15/items/mbid-e8ede537-eea3-30e2-a3e8-abbe3cce2c81/mbid-e8ede537-eea3-30e2-a3e8-abbe3cce2c81-1007336670_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.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": "Did you know that this pop band was founded by hairdressers Mike Score and Frank Maudsley?  Here's a biography: https://lost80slive.com/artist/aflockofseagulls/\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.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}