Information about plays

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

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

{
    "id": 1307637,
    "uri": "https://api.kexp.org/v2/plays/1307637/?format=api",
    "airdate": "2007-11-28T02:13:50-08:00",
    "show": 22874,
    "show_uri": "https://api.kexp.org/v2/shows/22874/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mxGwgQ95L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mxGwgQ95L._SL75_.jpg",
    "song": "Vanilla Blue",
    "track_id": "78818ec4-df10-48be-8e1b-1a69be329a32",
    "recording_id": null,
    "artist": "Naked Raygun",
    "artist_ids": [
        "85d2e30c-92fd-4c7f-a2dc-f988a70e234d"
    ],
    "album": "Jettison",
    "release_id": "20f9e106-3818-49bc-be98-1b06014a7090",
    "release_group_id": null,
    "labels": [
        "Caroline/Quarterstick"
    ],
    "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"
}