Information about plays

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

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

{
    "id": 352991,
    "uri": "https://api.kexp.org/v2/plays/352991/?format=api",
    "airdate": "2019-07-11T10:56:17-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/1bf7ee4a-4761-4199-9928-77c5d63dda8b/23138212399-250.jpg",
    "thumbnail_uri": "",
    "song": "Come Home",
    "track_id": "2c14db80-0be5-49d3-bcb1-8f376539bca6",
    "recording_id": null,
    "artist": "Anderson .Paak feat. André 3000",
    "artist_ids": [
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b"
    ],
    "album": "Ventura",
    "release_id": "1bf7ee4a-4761-4199-9928-77c5d63dda8b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ventura is the fourth studio album by American singer Anderson Paak. It features guest appearances from André 3000, Smokey Robinson, Lalah Hathaway, Jazmine Sullivan, Sonyae Elise, and Brandy, along with posthumous vocals from Nate Dogg.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}