Information about plays

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

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

{
    "id": 1354900,
    "uri": "https://api.kexp.org/v2/plays/1354900/?format=api",
    "airdate": "2008-03-27T10:46:23-07:00",
    "show": 23664,
    "show_uri": "https://api.kexp.org/v2/shows/23664/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61um5zWQ7LL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61um5zWQ7LL._SL75_.jpg",
    "song": "I Like It, I Love It",
    "track_id": "156d7e7a-7e1c-4342-b49d-06b488de2df1",
    "recording_id": null,
    "artist": "Lyrics Born",
    "artist_ids": [
        "3fafb3eb-bd69-4463-b6aa-bf88472b6089"
    ],
    "album": "Everywhere at Once",
    "release_id": "0010887a-188e-4504-bc92-73f4b0e1e9ba",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}