Information about plays

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

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

{
    "id": 1279162,
    "uri": "https://api.kexp.org/v2/plays/1279162/?format=api",
    "airdate": "2007-09-14T15:57:00-07:00",
    "show": 22385,
    "show_uri": "https://api.kexp.org/v2/shows/22385/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dS%2B74KTsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dS%2B74KTsL._SL75_.jpg",
    "song": "Black Wall",
    "track_id": null,
    "recording_id": null,
    "artist": "Six Organs of Admittance",
    "artist_ids": [
        "a270b68f-6bb5-41ba-ae7f-7b501e4797a5"
    ],
    "album": "The Sun Awakens",
    "release_id": "41726907-6189-416d-9110-08cbab45276b",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2006-06-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}