Information about plays

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

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

{
    "id": 1177627,
    "uri": "https://api.kexp.org/v2/plays/1177627/?format=api",
    "airdate": "2006-12-27T18:32:06-08:00",
    "show": 20650,
    "show_uri": "https://api.kexp.org/v2/shows/20650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61L1RGkw5zL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61L1RGkw5zL._SL75_.jpg",
    "song": "Peter Gunn",
    "track_id": "f2e2876d-6362-45cd-bad0-7ad6347f148c",
    "recording_id": null,
    "artist": "Duane Eddy",
    "artist_ids": [
        "efc0ee36-ad69-45af-8602-991b254b7529"
    ],
    "album": "Twang Thang: The Duane Eddy Anthology (disc 1)",
    "release_id": "e1be4230-7460-4472-9ce8-6715ef6d5927",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}