Information about plays

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

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

{
    "id": 1355440,
    "uri": "https://api.kexp.org/v2/plays/1355440/?format=api",
    "airdate": "2008-03-28T18:30:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ydz6H6m8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ydz6H6m8L._SL75_.jpg",
    "song": "Gutbomb",
    "track_id": "c1edccf1-9cd3-4299-9f96-7e68fd733b6b",
    "recording_id": null,
    "artist": "Huevos Rancheros",
    "artist_ids": [
        "c8ea65ab-38ac-4013-bd79-e1e7144c32e3"
    ],
    "album": "Endsville!",
    "release_id": "27299edf-b012-4081-b1d2-39b6ddf71f71",
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1993-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}