Information about plays

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

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

{
    "id": 3596909,
    "uri": "https://api.kexp.org/v2/plays/3596909/?format=api",
    "airdate": "2025-12-27T21:19:47-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weirdo",
    "track_id": null,
    "recording_id": null,
    "artist": "Grahzny",
    "artist_ids": [],
    "album": "Stay Off My Lawn",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sounds Savvy"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grahzny hails from San Diego. \"Stay Off My Lawn\" is the sophomore release from this band released March 2024. https://grahzny.bandcamp.com/album/stay-off-my-lawn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}