Information about plays

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

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

{
    "id": 369291,
    "uri": "https://api.kexp.org/v2/plays/369291/?format=api",
    "airdate": "2019-08-19T02:23:15-07:00",
    "show": 6158,
    "show_uri": "https://api.kexp.org/v2/shows/6158/?format=api",
    "image_uri": "http://coverartarchive.org/release/85271c78-c312-4757-b449-b22e38b8b028/16975443308-250.jpg",
    "thumbnail_uri": "",
    "song": "Million Miles Away",
    "track_id": "f9bb3d58-4271-403b-a64c-6f24e17ad55d",
    "recording_id": null,
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Mister Mellow",
    "release_id": "85271c78-c312-4757-b449-b22e38b8b028",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2017-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}