Information about plays

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

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

{
    "id": 1195414,
    "uri": "https://api.kexp.org/v2/plays/1195414/?format=api",
    "airdate": "2007-02-10T21:29:14-08:00",
    "show": 20954,
    "show_uri": "https://api.kexp.org/v2/shows/20954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41%2BvPZkRpOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41%2BvPZkRpOL._SL75_.jpg",
    "song": "Sugar Sandwich",
    "track_id": "fbe3be51-ed81-48d7-9f19-af8c6390d61c",
    "recording_id": null,
    "artist": "The Leather Uppers",
    "artist_ids": [
        "cca68125-c5cd-4d9d-b826-b0228be3008b"
    ],
    "album": "O.K., Don't Say Hi",
    "release_id": "e11b4a91-7c05-4383-8ef7-ccaaff8f00e5",
    "release_group_id": null,
    "labels": [
        "Burial Mix"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}