Information about plays

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

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

{
    "id": 3571532,
    "uri": "https://api.kexp.org/v2/plays/3571532/?format=api",
    "airdate": "2025-10-29T20:14:45-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Season",
    "track_id": null,
    "recording_id": null,
    "artist": "Velvet Meadow",
    "artist_ids": [
        "a31fe614-3f0e-480b-b9e7-5f16a537b2e3"
    ],
    "album": "Saturday Morning Meadowlies",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Velvet Meadow Records"
    ],
    "label_ids": [],
    "release_date": "2025-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This album [Saturday Morning Meadowlies] is a tribute to the Saturday morning cartoons I used to watch when I was a kid. There are some fun ones, sad ones, groovy ones, and deep ones. Enjoy :) - Kris\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}