Information about plays

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

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

{
    "id": 445138,
    "uri": "https://api.kexp.org/v2/plays/445138/?format=api",
    "airdate": "2001-07-15T03:30:00-07:00",
    "show": 7515,
    "show_uri": "https://api.kexp.org/v2/shows/7515/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41e5EHiVmhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41e5EHiVmhL._SL75_.jpg",
    "song": "Boppin' the Blues",
    "track_id": "9378caef-81d6-4013-ac8c-42960968ae88",
    "recording_id": null,
    "artist": "Robert Gordon",
    "artist_ids": [
        "259a8d5f-d323-4b1c-897a-35ffdd7922c5"
    ],
    "album": "Robert Gordon With Link Wray + Fresh Fish Special",
    "release_id": "9ed49f2a-794b-4632-9ade-41e1b5079c19",
    "release_group_id": null,
    "labels": [
        "Private Stock"
    ],
    "label_ids": [
        "39d80e1a-ae28-4613-805e-a5d014a44acb"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}