Information about plays

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

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

{
    "id": 1377463,
    "uri": "https://api.kexp.org/v2/plays/1377463/?format=api",
    "airdate": "2008-05-23T02:40:54-07:00",
    "show": 24040,
    "show_uri": "https://api.kexp.org/v2/shows/24040/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ckvRq%2BYrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ckvRq%2BYrL._SL75_.jpg",
    "song": "Top Drawer",
    "track_id": "a8687639-1569-448c-84e3-2a5ae6b74dbc",
    "recording_id": null,
    "artist": "Man Man",
    "artist_ids": [
        "4e210d41-b3e3-4e34-8c3b-3b8cc2116562"
    ],
    "album": "Rabbit Habits",
    "release_id": "2a455936-91d2-4d2b-b6b4-97a04655f437",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}