Information about plays

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

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

{
    "id": 370847,
    "uri": "https://api.kexp.org/v2/plays/370847/?format=api",
    "airdate": "2019-08-22T13:52:38-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/a2611b7b-593a-4d9f-8b04-81c746e2312f/18661567492-250.jpg",
    "thumbnail_uri": "",
    "song": "Forgiven",
    "track_id": "e16ac53a-0a85-3ffa-b827-dfe6cf0f41d6",
    "recording_id": null,
    "artist": "Ben Harper & The Innocent Criminals",
    "artist_ids": [
        "63ef369f-5a88-4a95-ae58-7803160b08b7"
    ],
    "album": "Burn to Shine",
    "release_id": "a2611b7b-593a-4d9f-8b04-81c746e2312f",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1999-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ben Harper performed live in the KEXP studio in March 2016. Watch it here: https://www.youtube.com/watch?v=6Y4tEymZPw4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}