Information about plays

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

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

{
    "id": 427337,
    "uri": "https://api.kexp.org/v2/plays/427337/?format=api",
    "airdate": "2001-05-23T18:30:00-07:00",
    "show": 7177,
    "show_uri": "https://api.kexp.org/v2/shows/7177/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XDNF69CYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XDNF69CYL._SL75_.jpg",
    "song": "Betty And Dupree",
    "track_id": "865e1fd6-14b0-48e9-a377-a7973968a8fa",
    "recording_id": null,
    "artist": "Taj Mahal & The Hula Blues Band",
    "artist_ids": [
        "0aa1aef0-5876-408f-b187-81028ebb8192"
    ],
    "album": "Sacred Island",
    "release_id": "641406c7-a39d-4aab-ad72-4d7d6eab2857",
    "release_group_id": null,
    "labels": [
        "Private Music"
    ],
    "label_ids": [
        "48e05d59-41a2-435c-9f74-7df9bc1181cc"
    ],
    "release_date": "1998-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}