Information about plays

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

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

{
    "id": 356181,
    "uri": "https://api.kexp.org/v2/plays/356181/?format=api",
    "airdate": "2019-07-18T20:22:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Dance",
    "track_id": "0c97190f-ae5e-3fc3-a914-1205be628a45",
    "recording_id": null,
    "artist": "The Mekons",
    "artist_ids": [
        "66d2169c-dea5-46d3-b4cb-52ed87b24ab0"
    ],
    "album": "Fear and Whiskey",
    "release_id": "771cf632-fd29-3d11-b523-ec2d3226a7cd",
    "release_group_id": null,
    "labels": [
        "Sin"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mekons are at the Tractor next Thur. July 25th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}