Information about plays

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

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

{
    "id": 352682,
    "uri": "https://api.kexp.org/v2/plays/352682/?format=api",
    "airdate": "2019-07-10T19:10:18-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brand New Dance",
    "track_id": null,
    "recording_id": null,
    "artist": "Garrett T. Capps",
    "artist_ids": [
        "872b62db-6c90-4085-bbb2-707125c88646"
    ],
    "album": "All Right, All Night",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shotgun House Records"
    ],
    "label_ids": [],
    "release_date": "2019-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wed 7/31 @ Belltown Yacht Club ; AND Sat 8/3 and Sun 8/4 @ Pickathon ; upcoming album apparently part 2 of the “In the Shadows Trilogy” (we heard from part 1 earlier) ; https://garretttcapps.com ; https://garretttcapps.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}