Information about plays

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

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

{
    "id": 513840,
    "uri": "https://api.kexp.org/v2/plays/513840/?format=api",
    "airdate": "2002-02-03T14:17:00-08:00",
    "show": 8859,
    "show_uri": "https://api.kexp.org/v2/shows/8859/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZF74FLkEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZF74FLkEL._SL75_.jpg",
    "song": "Nothing to No One",
    "track_id": "2cfc2d94-eaf7-4399-9464-74e6277ccac6",
    "recording_id": null,
    "artist": "Paul Westerberg",
    "artist_ids": [
        "9d800ed2-b7a8-4d2e-a45f-ff1ef1bfab09"
    ],
    "album": "Stereo",
    "release_id": "16f476b4-661f-4cd5-aa5d-d9dfcbf8303f",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2002-04-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}