Information about plays

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

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

{
    "id": 1033486,
    "uri": "https://api.kexp.org/v2/plays/1033486/?format=api",
    "airdate": "2005-12-15T12:18:14-08:00",
    "show": 18170,
    "show_uri": "https://api.kexp.org/v2/shows/18170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kXJ6FcOwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kXJ6FcOwL._SL75_.jpg",
    "song": "Brimful of Asha",
    "track_id": null,
    "recording_id": null,
    "artist": "Cornershop",
    "artist_ids": [
        "92046be7-0927-4835-a4ed-a90416747d53"
    ],
    "album": "When I Was Born for the 7th Time",
    "release_id": "29449b27-1ad1-4d11-b4fc-778e5d011e97",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "1997-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}