Information about plays

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

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

{
    "id": 3620789,
    "uri": "https://api.kexp.org/v2/plays/3620789/?format=api",
    "airdate": "2026-02-22T11:37:05-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a1f21c3-81dc-4877-8758-1420bb975d2d/43787955557-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a1f21c3-81dc-4877-8758-1420bb975d2d/43787955557-250.jpg",
    "song": "I Found a Love",
    "track_id": null,
    "recording_id": "200a7cfc-a9d7-45e3-8bf7-25d627c5581f",
    "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": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "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"
}