Information about plays

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

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

{
    "id": 3428291,
    "uri": "https://api.kexp.org/v2/plays/3428291/?format=api",
    "airdate": "2024-11-21T14:39:14-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/c0600ea4-822e-4b89-af49-d577fb099af9/1789635271-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c0600ea4-822e-4b89-af49-d577fb099af9/1789635271-250.jpg",
    "song": "Blues Walk",
    "track_id": null,
    "recording_id": "3c3f84a6-ab90-4e6b-ab75-068fd7a77e94",
    "artist": "Lou Donaldson",
    "artist_ids": [
        "db147d97-f5cf-4e80-9e1a-08ddcb1d0bf8"
    ],
    "album": "Blues Walk",
    "release_id": null,
    "release_group_id": "75ac1dd5-e8fd-3e07-b2cc-8f8574b09e74",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1958-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Lou Donaldson opened every one of his live shows with this song?\n--\n\"On July 28, 1958, a 31-year-old alto saxophonist called Lou Donaldson went into Van Gelder Studio, in New Jersey, to record Blues Walk, a six-track LP released by Blue Note Records that many now regard as his greatest album and definitive musical statement.\" Read how this classic song kickstarted the soul-jazz movement of the 60's: https://www.udiscovermusic.com/stories/blues-walk-lou-donaldson/\n--\nThat's Herman Foster on piano, \"Peck\" Morrison on bass, Dave Bailey on drums, and Ray Barretto on congas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}