Information about plays

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

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

{
    "id": 354648,
    "uri": "https://api.kexp.org/v2/plays/354648/?format=api",
    "airdate": "2019-07-15T10:33:58-07:00",
    "show": 5913,
    "show_uri": "https://api.kexp.org/v2/shows/5913/?format=api",
    "image_uri": "http://coverartarchive.org/release/290275d6-a1e1-4223-baef-c85bb30bc45f/14233803901-250.jpg",
    "thumbnail_uri": "",
    "song": "Could Be You",
    "track_id": "54548e27-b05e-4df1-8891-68fc90ceca95",
    "recording_id": null,
    "artist": "Allah-Las",
    "artist_ids": [
        "cfd1fdcc-3c1d-4854-a500-31d96a6d5184"
    ],
    "album": "Calico Review",
    "release_id": "290275d6-a1e1-4223-baef-c85bb30bc45f",
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}