Information about plays

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

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

{
    "id": 346847,
    "uri": "https://api.kexp.org/v2/plays/346847/?format=api",
    "airdate": "2019-06-27T06:23:22-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/d03210f1-cb1a-468f-b64d-38f3d4ec0cb7/9474008642-250.jpg",
    "thumbnail_uri": "",
    "song": "Pink Amason",
    "track_id": "4c878a1e-e996-4e80-b554-95e035aa76ef",
    "recording_id": null,
    "artist": "Amason",
    "artist_ids": [
        "eb0cda33-0390-4e3f-9c5e-5d5356da6a9c"
    ],
    "album": "Sky City",
    "release_id": "d03210f1-cb1a-468f-b64d-38f3d4ec0cb7",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Swedish supergroup made up of Miike Snow's Pontus Winnberg, Dungen's Gustav Ejstes, bassist Petter Winnberg, drummer Nils Törnqvist of Little Majorette, and vocalist Amanda Bergman of Hajen and Idiot Wind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}