Information about plays

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

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

{
    "id": 3580365,
    "uri": "https://api.kexp.org/v2/plays/3580365/?format=api",
    "airdate": "2025-11-19T20:29:20-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weeping Willow",
    "track_id": null,
    "recording_id": "30f5b764-e6d2-4e80-80fd-4e65617705d4",
    "artist": "Mild High Club",
    "artist_ids": [
        "5e9adbe9-5721-4d66-88e4-0e3ff7129f1c"
    ],
    "album": "Timeline",
    "release_id": null,
    "release_group_id": "38ea56a3-872b-4b33-95a6-c14925842309",
    "labels": [
        "Circle Star Records"
    ],
    "label_ids": [
        "79778f62-dd69-4bf7-97e1-d9853d88171f"
    ],
    "release_date": "2015-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mild High Club is Alexander Brettin based in LA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}