Information about plays

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

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

{
    "id": 1195397,
    "uri": "https://api.kexp.org/v2/plays/1195397/?format=api",
    "airdate": "2007-02-10T20:57:36-08:00",
    "show": 20953,
    "show_uri": "https://api.kexp.org/v2/shows/20953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WVCAVKT6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WVCAVKT6L._SL75_.jpg",
    "song": "Speakers Push the Air",
    "track_id": null,
    "recording_id": null,
    "artist": "Pretty Girls Make Graves",
    "artist_ids": [
        "b2274e6d-10e8-4068-9dd2-eb55d4a144b5"
    ],
    "album": "Good Health",
    "release_id": "cc209665-8838-439d-9546-b4867db6ef56",
    "release_group_id": null,
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "2002-04-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}