Information about plays

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

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

{
    "id": 354760,
    "uri": "https://api.kexp.org/v2/plays/354760/?format=api",
    "airdate": "2019-07-15T17:36:55-07:00",
    "show": 5914,
    "show_uri": "https://api.kexp.org/v2/shows/5914/?format=api",
    "image_uri": "http://coverartarchive.org/release/19228476-18c5-4594-992c-0870be26904a/18615138244-250.jpg",
    "thumbnail_uri": "",
    "song": "We Care a Lot (Slash version)",
    "track_id": "bbc46a01-6f91-39a6-9716-a5fe74e9e2d7",
    "recording_id": null,
    "artist": "Faith No More",
    "artist_ids": [
        "b15ebd71-a252-417d-9e1c-3e6863da68f8"
    ],
    "album": "This Is It: The Best of Faith No More",
    "release_id": "19228476-18c5-4594-992c-0870be26904a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chuck Mosley era Faith No More. Band member, Roddy Bottum, is also a member of Imperial Teen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}