Information about plays

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

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

{
    "id": 1412892,
    "uri": "https://api.kexp.org/v2/plays/1412892/?format=api",
    "airdate": "2008-08-22T08:08:03-07:00",
    "show": 24645,
    "show_uri": "https://api.kexp.org/v2/shows/24645/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511YSGMN36L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511YSGMN36L._SL75_.jpg",
    "song": "Lollipop",
    "track_id": null,
    "recording_id": null,
    "artist": "The Hidden Cameras",
    "artist_ids": [
        "cf998a99-5b7e-4342-b372-9c5d45c2ca62"
    ],
    "album": "Awoo",
    "release_id": "642f2be4-aa26-4675-80e5-e4bc56e0bc1f",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2006-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}