Information about plays

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

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

{
    "id": 2683216,
    "uri": "https://api.kexp.org/v2/plays/2683216/?format=api",
    "airdate": "2020-01-07T10:43:36-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://coverartarchive.org/release/983ae253-215e-4f6c-8411-fa7ddcec2d94/19120789325-250.jpg",
    "thumbnail_uri": "",
    "song": "Bizarre Love Triangle",
    "track_id": "ca0b7aba-9447-31f3-b887-6262fb067203",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "(The Best of) New Order",
    "release_id": "983ae253-215e-4f6c-8411-fa7ddcec2d94",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1995-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here are a mere ten reasons why \"Bizarre Love Triangle\" is one of the greatest songs of all time: https://www.billboard.com/articles/columns/pop/7565682/new-order-bizarre-love-triangle-30th-anniversary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}