Information about plays

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

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

{
    "id": 3567164,
    "uri": "https://api.kexp.org/v2/plays/3567164/?format=api",
    "airdate": "2025-10-19T11:10:11-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ff33fb8-a629-46fc-a2ad-810b6ac0a08b/21380248462-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ff33fb8-a629-46fc-a2ad-810b6ac0a08b/21380248462-250.jpg",
    "song": "Mt Health",
    "track_id": null,
    "recording_id": null,
    "artist": "Lonnie Mack",
    "artist_ids": [
        "8d7e3ee7-f391-43a5-84ae-3b830d4eba81"
    ],
    "album": "Whatever's Right",
    "release_id": null,
    "release_group_id": "2a991278-70f7-3e6a-a213-beb3c5d74e6e",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The only instrumental on Whatever's Right, Mack's trademark guitar sound came from playing his Gibson Flying V through a rare Magnatone amplifier fitted with an iron speaker cone.\nMack could play and blend so many genres that record labels didn’t know exactly how to market him and his blue-eyed soul was soon in the shadow of the British Invasion, leaving him to bounce around as a club performer, bible salesman, and A&R guy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}