Information about plays

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

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

{
    "id": 350065,
    "uri": "https://api.kexp.org/v2/plays/350065/?format=api",
    "airdate": "2019-07-04T14:44:33-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/27eaf01f-ce60-4e7f-9ce0-f05e20414d07/19901850611-250.jpg",
    "thumbnail_uri": "",
    "song": "Drive Your Car",
    "track_id": "1dd0f824-5aac-4451-b8da-ff700ef3ce84",
    "recording_id": null,
    "artist": "L.A. Witch",
    "artist_ids": [
        "38e89263-3d3c-4ccb-ae29-9c31dcff0777"
    ],
    "album": "L.A. WITCH",
    "release_id": "27eaf01f-ce60-4e7f-9ce0-f05e20414d07",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tractor Tavern on Sat. March 30th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}