Information about plays

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

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

{
    "id": 3587750,
    "uri": "https://api.kexp.org/v2/plays/3587750/?format=api",
    "airdate": "2025-12-06T20:27:58-08:00",
    "show": 65308,
    "show_uri": "https://api.kexp.org/v2/shows/65308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cry Me an Atmospheric River",
    "track_id": "3c9a9860-8efc-412d-bab8-be988596f487",
    "recording_id": "9486b6ec-6a16-4661-94a4-853d0ab739f0",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Plastic Eternity",
    "release_id": "4bcb0a8d-e479-4133-afc8-fbce9d69343a",
    "release_group_id": "3d24898f-dd27-47bc-87ba-c00ffe496422",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2023-04-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Carmen! Thanks Carmen!\n\nWe'll be experiencing a \"Godzilla atmospheric river\" in Seattle this Monday! Better keep yr rain boots on!!\n\nhttps://mynorthwest.com/pacific-northwest-weather/atmospheric-river-7/4168940",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}