Information about plays

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

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

{
    "id": 382515,
    "uri": "https://api.kexp.org/v2/plays/382515/?format=api",
    "airdate": "2019-09-18T14:58:59-07:00",
    "show": 6366,
    "show_uri": "https://api.kexp.org/v2/shows/6366/?format=api",
    "image_uri": "http://coverartarchive.org/release/aaee9217-d2a4-4402-b60c-55ad3552ac29/19044698851-250.jpg",
    "thumbnail_uri": "",
    "song": "Surrender",
    "track_id": "9224b283-6bbf-365f-9999-cd793d51d0d6",
    "recording_id": null,
    "artist": "Cheap Trick",
    "artist_ids": [
        "9f870653-72b0-4c6d-8c59-439a95963e09"
    ],
    "album": "The Essential Cheap Trick",
    "release_id": "aaee9217-d2a4-4402-b60c-55ad3552ac29",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rolling Stone called this song the \"ultimate  Seventies teen anthem\".  It was recorded in 1977 and appeared on the album Heaven Tonight in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}