Information about plays

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

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

{
    "id": 350978,
    "uri": "https://api.kexp.org/v2/plays/350978/?format=api",
    "airdate": "2019-07-06T19:42:19-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kokomo",
    "track_id": "0ca076d6-f6a3-48ec-a6a0-6eff83c9b2e3",
    "recording_id": null,
    "artist": "Brett Benton",
    "artist_ids": [
        "c05abf11-9a85-4eb5-8395-e61b6d4bdf00"
    ],
    "album": "You Got to Pray",
    "release_id": "e5e9207d-aa13-44d6-aacf-7f35dc22fb40",
    "release_group_id": null,
    "labels": [
        "Knick Knack Records"
    ],
    "label_ids": [
        "ec1a9cc3-8796-4e93-a131-af38ccb5d5ed"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brett Benton will be playing at the Hillman City Collaboratory on July 27th at 3pm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}