Information about plays

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

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

{
    "id": 1417392,
    "uri": "https://api.kexp.org/v2/plays/1417392/?format=api",
    "airdate": "2008-09-02T17:14:00-07:00",
    "show": 24722,
    "show_uri": "https://api.kexp.org/v2/shows/24722/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418A5WXS2QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418A5WXS2QL._SL75_.jpg",
    "song": "Old People in the Cemetery",
    "track_id": null,
    "recording_id": null,
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "Aldhils Arboretum",
    "release_id": "6aca57cc-4635-4e2c-abe0-649efd510efe",
    "release_group_id": null,
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}