Information about plays

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

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

{
    "id": 355720,
    "uri": "https://api.kexp.org/v2/plays/355720/?format=api",
    "airdate": "2019-07-17T20:35:11-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tunnel of a Dream",
    "track_id": "803cc2b5-b237-4da0-964b-73f256ebdd89",
    "recording_id": null,
    "artist": "TK & The Holy Know-Nothings",
    "artist_ids": [],
    "album": "Arguably OK",
    "release_id": "45db267c-19a1-42da-aa21-aff14b956ba9",
    "release_group_id": null,
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Played a great in-studio in The Roadhouse last May; should be up in the on-demand archives soon: https://kexp.org/sessions http://www.americanstandardtime.com/videos/tk-the-holy-know-nothings-desert-rose-live-from-the-laurelthirst ; https://www.facebook.com/tkandtheholyknownothings",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}