Information about plays

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

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

{
    "id": 3428310,
    "uri": "https://api.kexp.org/v2/plays/3428310/?format=api",
    "airdate": "2024-11-21T15:39:56-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ode to Billie Joe",
    "track_id": null,
    "recording_id": "f2b52878-ed95-49c4-a49a-53d7e114912e",
    "artist": "Lou Donaldson",
    "artist_ids": [
        "db147d97-f5cf-4e80-9e1a-08ddcb1d0bf8"
    ],
    "album": "Mr. Shing-A-Ling",
    "release_id": null,
    "release_group_id": "055dd49b-fb0c-324e-a591-aea4d3453bb0",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It was the third of June, another sleepy, dusty Delta day...\"\n--\nIn 1967, Donaldson decided to put a boogaloo backbeat under a cover of one of the year's biggest and surprising pop hits: singer-songwriter Bobbie Gentry’s southern mystery song “Ode To Billie Joe.” Transformed into a sultry soul-jazz groove that spotlighted the dexterous Hammond B3 of Lonnie Smith, “Ode To Billie Joe” was positioned as the lead cut on the Mr. Shing-A-Ling album and was also released by Blue Note as a single.: https://www.udiscovermusic.com/stories/lou-donaldson-mr-shing-a-ling-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}