Information about plays

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

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

{
    "id": 355699,
    "uri": "https://api.kexp.org/v2/plays/355699/?format=api",
    "airdate": "2019-07-17T19:15:37-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jubilee",
    "track_id": "dd3406dd-4a74-4891-9fd7-7aed8e4c240f",
    "recording_id": null,
    "artist": "Jake Xerxes Fussell",
    "artist_ids": [
        "fbc3a7a5-e602-4e7e-b730-af63a232f87d"
    ],
    "album": "Out of Sight",
    "release_id": "e8c0c1ac-b1a4-437f-88a5-3ea0d44bab07",
    "release_group_id": null,
    "labels": [
        "Paradise of Bachelors"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri 10/4 @ Neptune, supporting Daniel Norgen ; https://www.stereogum.com/2038214/jake-xerxes-fussell-new-album-the-river-st-johns/music ; http://www.jakexerxesfussell.com ; https://www.facebook.com/jakexerxesfussell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}