Information about plays

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

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

{
    "id": 347447,
    "uri": "https://api.kexp.org/v2/plays/347447/?format=api",
    "airdate": "2019-06-28T14:18:02-07:00",
    "show": 5786,
    "show_uri": "https://api.kexp.org/v2/shows/5786/?format=api",
    "image_uri": "http://coverartarchive.org/release/f2bb1de7-0c75-49cd-8c16-4409d18f8152/12032927393-250.jpg",
    "thumbnail_uri": "",
    "song": "No Taste Bomber",
    "track_id": "1e81d264-7e31-4949-a3ae-b280de314634",
    "recording_id": null,
    "artist": "Salad Boys",
    "artist_ids": [
        "a0537263-b415-44b9-8a69-e08b8661f92f"
    ],
    "album": "Metalmania",
    "release_id": "f2bb1de7-0c75-49cd-8c16-4409d18f8152",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "While touring this album, Salad Boys played an ultra kinetic set for us here in our Live Room, including this song!  Check it out here: \n www.youtube.com/watch?v=TZRweenywyM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}