Information about plays

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

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

{
    "id": 368836,
    "uri": "https://api.kexp.org/v2/plays/368836/?format=api",
    "airdate": "2019-08-17T21:33:09-07:00",
    "show": 6147,
    "show_uri": "https://api.kexp.org/v2/shows/6147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Mongo",
    "track_id": "b412e485-649f-354b-891f-9033a6675be6",
    "recording_id": null,
    "artist": "Wizzard Sleeve",
    "artist_ids": [
        "d64c70b0-9b43-49d5-9bbc-281c4669e794"
    ],
    "album": "Make the World Go Away",
    "release_id": "afc13124-099b-4198-a6bb-4dcea5e9b894",
    "release_group_id": null,
    "labels": [
        "HoZac Records"
    ],
    "label_ids": [
        "94099e8d-2456-485c-8e41-7fbbfc2e696f"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}