Information about plays

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

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

{
    "id": 346917,
    "uri": "https://api.kexp.org/v2/plays/346917/?format=api",
    "airdate": "2019-06-27T10:13:59-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "http://coverartarchive.org/release/3954d89f-842d-4eea-a093-98a8d5ed832e/22192055413-250.jpg",
    "thumbnail_uri": "",
    "song": "xoxo",
    "track_id": "90420096-ab86-4c0d-bad9-c4d8c60e56bd",
    "recording_id": null,
    "artist": "Wand",
    "artist_ids": [
        "5dc7b78d-7777-4dd7-87e2-fbe9f42f7e42"
    ],
    "album": "Laughing Matter",
    "release_id": "3954d89f-842d-4eea-a093-98a8d5ed832e",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wand has released 5 albums in 6 years! Read up on their latest album here:\nhttps://pitchfork.com/reviews/albums/wand-laughing-matter/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}