Information about plays

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

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

{
    "id": 1362085,
    "uri": "https://api.kexp.org/v2/plays/1362085/?format=api",
    "airdate": "2008-04-14T14:42:57-07:00",
    "show": 23786,
    "show_uri": "https://api.kexp.org/v2/shows/23786/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41wy3Az6w-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41wy3Az6w-L._SL75_.jpg",
    "song": "Crazy Rhythms",
    "track_id": null,
    "recording_id": null,
    "artist": "The Feelies",
    "artist_ids": [
        "28c07254-aeae-42ad-beea-67f59c3c8baf"
    ],
    "album": "Crazy Rhythms",
    "release_id": "0a225f25-0fbd-4dbb-9e07-f0a56e1bd4fe",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "2009-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}