Information about plays

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

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

{
    "id": 1308656,
    "uri": "https://api.kexp.org/v2/plays/1308656/?format=api",
    "airdate": "2007-11-30T15:59:23-08:00",
    "show": 22889,
    "show_uri": "https://api.kexp.org/v2/shows/22889/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61l9SAYkJWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61l9SAYkJWL._SL75_.jpg",
    "song": "Lost in the Light",
    "track_id": "6dbc7644-0d02-432d-a3a8-518ebe173419",
    "recording_id": null,
    "artist": "The Heavenly States",
    "artist_ids": [
        "7190ab1d-14f2-4e9f-86cb-e938c651179c"
    ],
    "album": "Delayer",
    "release_id": "1f0e7997-af6f-4919-8bad-7259bcddeec6",
    "release_group_id": null,
    "labels": [
        "Fat Beats"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}