Information about plays

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

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

{
    "id": 1177753,
    "uri": "https://api.kexp.org/v2/plays/1177753/?format=api",
    "airdate": "2006-12-28T01:49:21-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41kMMzJ83DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41kMMzJ83DL._SL75_.jpg",
    "song": "Wildcat",
    "track_id": null,
    "recording_id": null,
    "artist": "Ratatat",
    "artist_ids": [
        "f467181e-d5e0-4285-b47e-e853dcc89ee7"
    ],
    "album": "Classics",
    "release_id": "82a6769a-6527-4559-8d19-dbfbf93c92f1",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2006-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}