Information about plays

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

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

{
    "id": 346889,
    "uri": "https://api.kexp.org/v2/plays/346889/?format=api",
    "airdate": "2019-06-27T08:36:26-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pick Your Poison",
    "track_id": "4b1b2308-9db4-4880-87d5-9b88be989f1a",
    "recording_id": null,
    "artist": "Black Pistol Fire",
    "artist_ids": [
        "43ca08d8-646c-4745-880f-44807656c105"
    ],
    "album": "Pick Your Poison",
    "release_id": "98eae694-c4ab-413d-88f9-9e20e5955dec",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This dynamic Austin-based duo will be at the Elysian Brewery Search Party event on July 6th, more info here: https://www.elysianbrewing.com/elysian-brewing-events/search-party-2019/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}