Information about plays

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

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

{
    "id": 3578110,
    "uri": "https://api.kexp.org/v2/plays/3578110/?format=api",
    "airdate": "2025-11-14T15:04:01-08:00",
    "show": 65107,
    "show_uri": "https://api.kexp.org/v2/shows/65107/?format=api",
    "image_uri": "https://ia601400.us.archive.org/21/items/mbid-99bfcf34-4246-471d-8e05-7ece027d6fa3/mbid-99bfcf34-4246-471d-8e05-7ece027d6fa3-16017753879_thumb500.jpg",
    "thumbnail_uri": "https://ia601400.us.archive.org/21/items/mbid-99bfcf34-4246-471d-8e05-7ece027d6fa3/mbid-99bfcf34-4246-471d-8e05-7ece027d6fa3-16017753879_thumb250.jpg",
    "song": "The Haunting",
    "track_id": "02e7dc20-e73d-346b-b0db-803eafab6fd2",
    "recording_id": "31caf75f-f28e-4f28-99b7-c2b77903f67e",
    "artist": "The Golden Palominos",
    "artist_ids": [
        "907981c8-f6be-4d8d-9210-01a0c4843b59"
    ],
    "album": "Drunk With Passion",
    "release_id": "99bfcf34-4246-471d-8e05-7ece027d6fa3",
    "release_group_id": "57241c01-adab-33eb-8f59-b484794b0755",
    "labels": [
        "Charisma Records America, Inc."
    ],
    "label_ids": [
        "5243a66a-4410-48a1-9b3c-76633076b703"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Peter in Kenmore",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}