Information about plays

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

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

{
    "id": 349178,
    "uri": "https://api.kexp.org/v2/plays/349178/?format=api",
    "airdate": "2019-07-02T17:54:03-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b2a9196-d842-4a2b-89ea-d77838789384/8490230955-250.jpg",
    "thumbnail_uri": "",
    "song": "Montana",
    "track_id": "9344e739-f2f0-4eea-a877-198da52d5a28",
    "recording_id": null,
    "artist": "Tycho",
    "artist_ids": [
        "cbef45a9-7acb-4325-94c9-70081ac8d1b8"
    ],
    "album": "Awake",
    "release_id": "0b2a9196-d842-4a2b-89ea-d77838789384",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2014-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}