Information about plays

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

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

{
    "id": 3586750,
    "uri": "https://api.kexp.org/v2/plays/3586750/?format=api",
    "airdate": "2025-12-04T13:55:12-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Opus de Soul",
    "track_id": null,
    "recording_id": "2226bbc4-ce74-498e-8869-6a9e3e5bd93c",
    "artist": "Steve Cropper, Pops Staples & Albert King",
    "artist_ids": [
        "4387a8ed-8a80-453c-a863-73dc0b23900c",
        "b70b23f2-a310-4f08-8ec2-a45d3cc27bc1",
        "10f89195-3af1-46f5-aa36-504aa3309f5a"
    ],
    "album": "Jammed Together",
    "release_id": null,
    "release_group_id": "e57a671c-15fd-30a7-9ab0-e0bef7861632",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "About Steve Cropper as a guitarist: (1)His chord voicings often leaned on open strings and simple triads, creating a raw, earthy sound that matched the emotional directness of soul music.\n(2)His fills were conversational, like a friend chiming in at just the right moment. They never distracted from the singer; instead, they reinforced the vocal line.\n(3)His tone was clean, bright, and unadorned. He rarely used effects, preferring the natural sound of his Fender Telecaster or Esquire through a tube amp. :https://www.culturesonar.com/appreciating-steve-cropper-a-master-of-concision-and-taste/\n--\nThis song was written by Alvertis Isbell (Al Bell), producer and co-owner of Stax Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}