Information about plays

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

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

{
    "id": 1415575,
    "uri": "https://api.kexp.org/v2/plays/1415575/?format=api",
    "airdate": "2008-08-29T01:36:06-07:00",
    "show": 24690,
    "show_uri": "https://api.kexp.org/v2/shows/24690/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61nNuJoerLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61nNuJoerLL._SL75_.jpg",
    "song": "Once Around the Block",
    "track_id": null,
    "recording_id": null,
    "artist": "Shawn Lee's Ping Pong Orchestra",
    "artist_ids": [
        "992023a1-8ee8-4aab-8e84-7825546a2b01"
    ],
    "album": "Hits the Hits",
    "release_id": "101139b4-a1b4-45a8-b26f-019022c4e50d",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2007-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}