Information about plays

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

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

{
    "id": 3602973,
    "uri": "https://api.kexp.org/v2/plays/3602973/?format=api",
    "airdate": "2026-01-11T07:28:48-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "you're alive, so act like it",
    "track_id": null,
    "recording_id": null,
    "artist": "Kogane",
    "artist_ids": [
        "1dea6c3d-bb73-4870-998d-0c67eb3d38ee"
    ],
    "album": "you're alive, so act like it",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Blissful new single from Vancouver, BC's Kogane (aka Rick Goddard) that's available for a name-your-price download on Bandcamp ~ https://kogane.bandcamp.com/track/youre-alive-so-act-like-it :: \nWatch the dreamy music video that was created by Kogane here: https://www.youtube.com/watch?v=zW3IFw4PbPg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}