Information about plays

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

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

{
    "id": 375935,
    "uri": "https://api.kexp.org/v2/plays/375935/?format=api",
    "airdate": "2019-09-03T08:48:43-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4/2587503583-250.jpg",
    "thumbnail_uri": "",
    "song": "Eye Know",
    "track_id": "a48f121a-60de-35dc-aa21-da4ecafc5b01",
    "recording_id": null,
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "3 Feet High and Rising",
    "release_id": "f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4",
    "release_group_id": null,
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eye Know is an upbeat love song featuring guitar and horn samples from The Mad Lads' \"Make This Young Lady Mine\", whistle sample from Otis Redding's \"(Sittin' On) The Dock of the Bay\", guitar, keyboard and vocal samples from Steely Dan's \"Peg\" and drums from Lee Dorsey's \"Get Out of My Life, Woman\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}