Information about plays

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

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

{
    "id": 3542115,
    "uri": "https://api.kexp.org/v2/plays/3542115/?format=api",
    "airdate": "2025-08-19T15:52:43-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d457ecc-a6f9-40e0-a3d6-8c6a21d88170/38652762688-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d457ecc-a6f9-40e0-a3d6-8c6a21d88170/38652762688-250.jpg",
    "song": "Ball And Key",
    "track_id": null,
    "recording_id": "7e362a3f-9dd8-4132-8db1-847207637572",
    "artist": "Color Green",
    "artist_ids": [
        "1951caa6-cb19-4492-8abb-c4e138ac1e98"
    ],
    "album": "Fool's Parade",
    "release_id": null,
    "release_group_id": "1dc43746-fb44-4442-943c-ca870c25d4ba",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2024-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Color Green is playing the Freakout Festival in Seattle, Nov 6-9, along with Melt-Banana, Wine Lips, L'Eclair and more to be announced soon! Tune in to Astral Plane tomorrow to win tickets!!\n\nhttps://www.freakoutrec.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}