Information about plays

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

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

{
    "id": 3589438,
    "uri": "https://api.kexp.org/v2/plays/3589438/?format=api",
    "airdate": "2025-12-10T17:59:22-08:00",
    "show": 65341,
    "show_uri": "https://api.kexp.org/v2/shows/65341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Yer Brain",
    "track_id": "439fd627-2ff7-36d3-9e83-c1c85ef1a884",
    "recording_id": "1e1b4bfc-e0ee-44d4-8e3f-5fcf74ac2cd7",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Finally the Punk Rockers Are Taking Acid: 1983-1988",
    "release_id": "4e414adb-26fe-4fe3-b823-819afd81c6c7",
    "release_group_id": "cfd5fca7-d9ac-3ea7-89f2-97dca75d9574",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 31st Wedding Anniversary Erik and Andrea!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}