Information about plays

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

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

{
    "id": 487832,
    "uri": "https://api.kexp.org/v2/plays/487832/?format=api",
    "airdate": "2001-11-18T09:32:00-08:00",
    "show": 8349,
    "show_uri": "https://api.kexp.org/v2/shows/8349/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vyNyKfCJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vyNyKfCJL._SL75_.jpg",
    "song": "Moaning Morning",
    "track_id": "832b6d69-54a1-4dbe-a98c-3a0a3506abec",
    "recording_id": null,
    "artist": "George \"Wild Child\" Butler",
    "artist_ids": [
        "8a0613fc-6fce-4451-b69c-882ccab6c5b1"
    ],
    "album": "Sho' 'Nuff",
    "release_id": "043b177f-54ec-4273-8435-0717d5bfe8d4",
    "release_group_id": null,
    "labels": [
        "APO"
    ],
    "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"
}