Information about plays

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

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

{
    "id": 3657718,
    "uri": "https://api.kexp.org/v2/plays/3657718/?format=api",
    "airdate": "2026-05-21T16:30:46-07:00",
    "show": 66778,
    "show_uri": "https://api.kexp.org/v2/shows/66778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vocoder Jam",
    "track_id": null,
    "recording_id": null,
    "artist": "The Egyptian Lover",
    "artist_ids": [
        "31200780-d9e5-4c34-a022-064410996ee0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released January 2025,  \"Vocoder Jam\" is the standout electronic workout from The Egyptian Lover’s album \"1987\". To create the track's signature \"Pharaoh of Electro\" sound, Greg Broussard ran his legendary Roland TR-808 through a Moog 16-Channel Vocoder. Check it out on YouTube here: https://www.youtube.com/watch?v=Pze1mCblmBI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}