Information about plays

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

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

{
    "id": 346985,
    "uri": "https://api.kexp.org/v2/plays/346985/?format=api",
    "airdate": "2019-06-27T14:09:59-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?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 album by Anderson Paak. It was released on April 12, 2019, by 12 Tone Music and Aftermath Entertainment. 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"
}