Information about plays

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

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

{
    "id": 3587977,
    "uri": "https://api.kexp.org/v2/plays/3587977/?format=api",
    "airdate": "2025-12-07T09:07:27-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "https://coverartarchive.org/release/516cf189-32f9-431d-a7e1-e06abb8efd71/20502674370-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/516cf189-32f9-431d-a7e1-e06abb8efd71/20502674370-250.jpg",
    "song": "In the Midnight Hour",
    "track_id": null,
    "recording_id": "7a55e1f7-c6e8-4eab-8f67-ce213064bdd0",
    "artist": "Wilson Pickett",
    "artist_ids": [
        "fc6214b3-6d82-4803-be74-01ece1723e42"
    ],
    "album": "The Exciting Wilson Pickett",
    "release_id": null,
    "release_group_id": "5ff29756-3878-388c-a4ab-add12b24fb89",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Co-writer/Guitarist\n\nCropper co-wrote this with Pickett at the Lorraine Motel in Memphis, two years later the site of the assassination of MLK Jr.  This was Pickett’s first hit on Atlantic Records, reaching #1 on the R&B charts and #21 on the Pop charts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}