Information about plays

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

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

{
    "id": 416162,
    "uri": "https://api.kexp.org/v2/plays/416162/?format=api",
    "airdate": "2001-04-18T20:33:45-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wNRbrQ5-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wNRbrQ5-L._SL75_.jpg",
    "song": "Revolution Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "On the Beach",
    "release_id": "39fe3778-362c-4762-89fc-c03235fd8117",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1974-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}