Information about plays

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

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

{
    "id": 3538138,
    "uri": "https://api.kexp.org/v2/plays/3538138/?format=api",
    "airdate": "2025-08-09T22:37:03-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "https://coverartarchive.org/release/8bc9ebec-edac-4f83-a334-68aac3145da8/7832284409-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8bc9ebec-edac-4f83-a334-68aac3145da8/7832284409-250.jpg",
    "song": "Max (The Millionaire)",
    "track_id": null,
    "recording_id": "3772e8f5-cfbe-44c7-a7a1-2949ab01ff38",
    "artist": "English Dogs",
    "artist_ids": [
        "141cc60c-f82b-403b-aed5-767723bacba4"
    ],
    "album": "Mad Punx & English Dogs",
    "release_id": null,
    "release_group_id": "ee4f8f27-71d1-4b31-aa47-3a8671c6879a",
    "labels": [
        "Clay Records"
    ],
    "label_ids": [
        "5c3b3904-29a5-4f0e-95e7-7e0ad42be7e7"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Two versions of the English Dogs exist: the punk and metal crossover band featuring original drummer Andrew \"Pinch\" Pinching and second-era members Graham \"Gizz\" Butt and Adie Bailey, and a punk-based one featuring original vocalist Pete \"Wakey\" Wakefield.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}