Information about plays

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

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

{
    "id": 3429001,
    "uri": "https://api.kexp.org/v2/plays/3429001/?format=api",
    "airdate": "2024-11-23T08:12:00-08:00",
    "show": 61925,
    "show_uri": "https://api.kexp.org/v2/shows/61925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A.I. Music",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "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": "Artificial is making its way into the music industry — not just through production tools, but also on streaming platforms like Spotify. \nKEXP’s Roddy Nikpour tells us the story of a former Seattle band that was listed as a collaborator on an album they didn’t write. They claim it was AI-generated.",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}