Information about plays

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

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

{
    "id": 1195873,
    "uri": "https://api.kexp.org/v2/plays/1195873/?format=api",
    "airdate": "2007-02-12T04:00:08-08:00",
    "show": 20964,
    "show_uri": "https://api.kexp.org/v2/shows/20964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519YuEHU4fL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519YuEHU4fL._SL75_.jpg",
    "song": "Confusing Possibilities",
    "track_id": "4f6d73d8-21cd-4971-a602-5f0ec1ac556b",
    "recording_id": null,
    "artist": "The Six Parts Seven",
    "artist_ids": [
        "d877b2d5-5b6f-4020-a2c1-25c44dbbaf94"
    ],
    "album": "Casually Smashed to Pieces",
    "release_id": "7c3d9c49-ae65-45bf-855b-46b897bdd345",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2007-01-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}