Information about plays

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

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

{
    "id": 352615,
    "uri": "https://api.kexp.org/v2/plays/352615/?format=api",
    "airdate": "2019-07-10T15:12:57-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/9ce67ed8-8d47-4fc8-a341-ca5a108914fd/4508097202-250.jpg",
    "thumbnail_uri": "",
    "song": "Sugar Water",
    "track_id": "8603b129-fbc5-3cb1-941d-fe90cdf3b340",
    "recording_id": null,
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Viva! La Woman",
    "release_id": "9ce67ed8-8d47-4fc8-a341-ca5a108914fd",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All of the tracks on the album 'Viva! La Woman' feature food in some way. Yuka Honda of Cibo Matto explains: \"Food is something you can't escape. It's there every day.\" The band would frequently go to restaurants after rehearsal, and \"Cibo Matto grew out of those restaurant times.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}