Information about plays

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

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

{
    "id": 3612141,
    "uri": "https://api.kexp.org/v2/plays/3612141/?format=api",
    "airdate": "2026-02-02T04:02:03-08:00",
    "show": 65819,
    "show_uri": "https://api.kexp.org/v2/shows/65819/?format=api",
    "image_uri": "https://coverartarchive.org/release/01abe8be-3cd4-468e-9eb5-e14093cf6b85/15896058751-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01abe8be-3cd4-468e-9eb5-e14093cf6b85/15896058751-250.jpg",
    "song": "Es war einmal",
    "track_id": null,
    "recording_id": "45c526da-5c0f-41fd-a498-3aa3fcaf44b8",
    "artist": "Cluster",
    "artist_ids": [
        "393ce5ee-4550-48e2-97f9-50a47a74bdc1"
    ],
    "album": "Sowiesoso",
    "release_id": null,
    "release_group_id": "506d5aec-e408-3b95-82d3-4be21cccf8bd",
    "labels": [
        "Sky Records"
    ],
    "label_ids": [
        "b40d4fac-2d90-4a24-9c24-649cd12acade"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1971 Berlin, Cluster was a multi-instrumental and electronics duo of Dieter Moebius and Hans-Joachim Roedelius.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}