Information about plays

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

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

{
    "id": 350897,
    "uri": "https://api.kexp.org/v2/plays/350897/?format=api",
    "airdate": "2019-07-06T15:05:06-07:00",
    "show": 5845,
    "show_uri": "https://api.kexp.org/v2/shows/5845/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roots",
    "track_id": "e820c995-b784-34c7-ad0e-a6b31eeff1c5",
    "recording_id": null,
    "artist": "Willie Bobo",
    "artist_ids": [
        "dadec058-023e-498a-b1c7-776d03cc88ce"
    ],
    "album": "¡Sabroso! The Afro-Latin Groove",
    "release_id": "a9bc3392-9262-40fd-826e-edb59469e682",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Willie Bobo was a Puerto Rican Latin and jazz percussionist who grew up in Spanish Harlem, New York City. The nickname Bobo is said to have been bestowed by the jazz pianist Mary Lou Williams in the early 1950s. https://en.wikipedia.org/wiki/Willie_Bobo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}