Information about plays

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

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

{
    "id": 2683227,
    "uri": "https://api.kexp.org/v2/plays/2683227/?format=api",
    "airdate": "2020-01-07T11:19:20.309000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Initiative",
    "track_id": "ab394198-405a-438d-b45d-4891efa9d604",
    "recording_id": null,
    "artist": "Shopping",
    "artist_ids": [
        "b20c4968-3d5d-41fc-b8f8-a6092528eb79"
    ],
    "album": "All or Nothing",
    "release_id": "e0ae98ce-6952-4b20-b71d-f33f87a074f6",
    "release_group_id": "b0385867-5c42-492f-81d3-c45cac323910",
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2020-02-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go (to) Shopping at The Sunset Tavern on  Friday, March 6th, 2020.  they performed \"Initiative\" live for KEXP listeners during last February's International Clash Day broadcast from London: https://www.youtube.com/watch?v=7LIVpcdDTWE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}