Information about plays

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

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

{
    "id": 1391166,
    "uri": "https://api.kexp.org/v2/plays/1391166/?format=api",
    "airdate": "2008-06-28T16:07:25-07:00",
    "show": 24280,
    "show_uri": "https://api.kexp.org/v2/shows/24280/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jzXhriDGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jzXhriDGL._SL75_.jpg",
    "song": "Summertime",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Jazzy Jeff & The Fresh Prince",
    "artist_ids": [
        "a663d7d0-754b-40e2-9ea3-3c6c39fd5937"
    ],
    "album": "Homebase",
    "release_id": "59bbf33b-1843-4a53-a262-077719cbb575",
    "release_group_id": null,
    "labels": [
        "Jive/RCA"
    ],
    "label_ids": [],
    "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"
}