Information about plays

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

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

{
    "id": 3598974,
    "uri": "https://api.kexp.org/v2/plays/3598974/?format=api",
    "airdate": "2026-01-01T21:45:07-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Starry Night",
    "track_id": null,
    "recording_id": "fb5981dd-0835-46e2-8574-d68bfac78c20",
    "artist": "Peggy Gou",
    "artist_ids": [
        "4c41d78d-9dd5-430d-81ea-286052158293"
    ],
    "album": "Starry Night",
    "release_id": null,
    "release_group_id": "686c58ec-0d26-4734-bc4d-74b7c6bc1d5c",
    "labels": [
        "Gudu"
    ],
    "label_ids": [
        "28f48a86-cdc0-40cc-9729-0204c2628697"
    ],
    "release_date": "2019-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peggy Gou is a Berlin-based Korean artist.   Watch the music video for this track here: https://bit.ly/3hctGZZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}