Information about plays

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

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

{
    "id": 3568460,
    "uri": "https://api.kexp.org/v2/plays/3568460/?format=api",
    "airdate": "2025-10-22T10:00:22-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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.\n\nhttps://www.aflockofseagulls.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}