Information about plays

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

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

{
    "id": 1196303,
    "uri": "https://api.kexp.org/v2/plays/1196303/?format=api",
    "airdate": "2007-02-13T05:51:27-08:00",
    "show": 20970,
    "show_uri": "https://api.kexp.org/v2/shows/20970/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41owz7YygYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41owz7YygYL._SL75_.jpg",
    "song": "Holiday in Cambodia",
    "track_id": "e10bc375-f339-4a27-b72a-186ffd51145d",
    "recording_id": null,
    "artist": "Dead Kennedys",
    "artist_ids": [
        "37c78aeb-d196-42b5-b991-6afb4fc9bc2e"
    ],
    "album": "Live at the Deaf Club",
    "release_id": "8eb55066-6a67-4b14-b9e4-d540b5f10c94",
    "release_group_id": null,
    "labels": [
        "Manifesto"
    ],
    "label_ids": [
        "04f8fe8c-83da-4912-9c6c-295923fd48dd"
    ],
    "release_date": "2004-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}