Information about plays

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

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

{
    "id": 3386576,
    "uri": "https://api.kexp.org/v2/plays/3386576/?format=api",
    "airdate": "2024-08-12T16:06:14-07:00",
    "show": 61016,
    "show_uri": "https://api.kexp.org/v2/shows/61016/?format=api",
    "image_uri": "https://coverartarchive.org/release/177f9a19-c3a3-43a2-a490-97f2257c2bcc/25984368971-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/177f9a19-c3a3-43a2-a490-97f2257c2bcc/25984368971-250.jpg",
    "song": "The Ghetto (live at the Troubadour, Los Angeles, CA)",
    "track_id": null,
    "recording_id": null,
    "artist": "Donny Hathaway",
    "artist_ids": [
        "3f6ae36d-ffdb-40cf-98e6-8023cb1c41c9"
    ],
    "album": "Live",
    "release_id": null,
    "release_group_id": "38a6e889-769d-32c9-9488-ce9fe0d3734a",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There are two notable solos on the album, one on the track \"The Ghetto\" by Hathaway on electric piano and another by Willie Weeks on bass on \"Voices Inside (Everything Is Everything)\", taken from the performances recorded at The Troubadour and at The Bitter End accordingly.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}