Information about plays

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

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

{
    "id": 1196686,
    "uri": "https://api.kexp.org/v2/plays/1196686/?format=api",
    "airdate": "2007-02-14T05:45:51-08:00",
    "show": 20976,
    "show_uri": "https://api.kexp.org/v2/shows/20976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51W69VRG9VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51W69VRG9VL._SL75_.jpg",
    "song": "Sunlight Makes Me Paranoid",
    "track_id": null,
    "recording_id": null,
    "artist": "Elefant",
    "artist_ids": [
        "bd837f10-ed18-47e9-9636-ca44edceebfd"
    ],
    "album": "Sunlight Makes Me Paranoid",
    "release_id": "4581fb85-7cbb-4b9b-95cf-5e05508a162c",
    "release_group_id": null,
    "labels": [
        "Kemado Records"
    ],
    "label_ids": [
        "f06d8dfc-c489-41e4-a68a-e24f6f9e8a70"
    ],
    "release_date": "2003-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}