Information about plays

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

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

{
    "id": 3583084,
    "uri": "https://api.kexp.org/v2/plays/3583084/?format=api",
    "airdate": "2025-11-26T04:03:15-08:00",
    "show": 65212,
    "show_uri": "https://api.kexp.org/v2/shows/65212/?format=api",
    "image_uri": "https://ia801504.us.archive.org/7/items/mbid-93eae62d-ebed-444a-9b08-445bb4a843db/mbid-93eae62d-ebed-444a-9b08-445bb4a843db-16354177755_thumb500.jpg",
    "thumbnail_uri": "https://ia801504.us.archive.org/7/items/mbid-93eae62d-ebed-444a-9b08-445bb4a843db/mbid-93eae62d-ebed-444a-9b08-445bb4a843db-16354177755_thumb250.jpg",
    "song": "J’arrive",
    "track_id": "db8186a5-997c-3c45-a782-fb7208a2e01a",
    "recording_id": "e8c008cb-51b7-424c-bf8b-c2f96d00f7d4",
    "artist": "Jacques Brel",
    "artist_ids": [
        "91eda19b-1437-42cd-b7af-69df24b7f275"
    ],
    "album": "Infiniment",
    "release_id": "93eae62d-ebed-444a-9b08-445bb4a843db",
    "release_group_id": "d01c9e39-cb10-3c4f-9238-781717b55cf3",
    "labels": [
        "Barclay"
    ],
    "label_ids": [
        "d059553b-0f1f-4e81-ada6-c7eb804b9465"
    ],
    "release_date": "2003-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jacques Romain Georges Brel was a Belgian singer and actor who composed and performed theatrical songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}