Information about plays

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

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

{
    "id": 1195940,
    "uri": "https://api.kexp.org/v2/plays/1195940/?format=api",
    "airdate": "2007-02-12T08:40:52-08:00",
    "show": 20965,
    "show_uri": "https://api.kexp.org/v2/shows/20965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ABCJM60GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ABCJM60GL._SL75_.jpg",
    "song": "Stuck Between Stations",
    "track_id": null,
    "recording_id": null,
    "artist": "The Hold Steady",
    "artist_ids": [
        "4883523d-fc0e-4d0d-802c-91379e767083"
    ],
    "album": "Boys and Girls in America",
    "release_id": "49c50ee8-7c95-4301-b7ad-04e05de04a38",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2006-10-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}