Information about plays

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

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

{
    "id": 3586772,
    "uri": "https://api.kexp.org/v2/plays/3586772/?format=api",
    "airdate": "2025-12-04T15:18:56-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crop Dustin’",
    "track_id": null,
    "recording_id": "40977c5d-d2cb-477d-8b68-625735901857",
    "artist": "Steve Cropper",
    "artist_ids": [
        "4387a8ed-8a80-453c-a863-73dc0b23900c"
    ],
    "album": "With a Little Help From My Friends",
    "release_id": null,
    "release_group_id": "52f94a22-cf86-3164-936d-e5406db256df",
    "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": "In 1996, Cropper was named the “greatest living guitar player” by England’s Mojo magazine and later that year listed by the magazine as the greatest guitarist of all time, only behind Jimi Hendrix. \n--\nSteve Cropper‘s 5 tips for guitar players, included this: “I always look at my guitar before playing and say, ‘If you don’t play good tonight, you’re firewood in the morning!’“: https://www.musicradar.com/news/Steve-Cropper-5-tips-for-guitarists",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}