Information about plays

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

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

{
    "id": 1392989,
    "uri": "https://api.kexp.org/v2/plays/1392989/?format=api",
    "airdate": "2008-07-03T03:46:07-07:00",
    "show": 24310,
    "show_uri": "https://api.kexp.org/v2/shows/24310/?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": [
        "Quannum Projects"
    ],
    "label_ids": [
        "650ccc99-f851-4966-9b63-137b9d84926c"
    ],
    "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"
}