Information about plays

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

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

{
    "id": 375832,
    "uri": "https://api.kexp.org/v2/plays/375832/?format=api",
    "airdate": "2019-09-03T02:48:29-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/a35ade35-75d6-4aff-b2c0-124ba5c2dfff/19558463392-250.jpg",
    "thumbnail_uri": "",
    "song": "Hunnybee",
    "track_id": "0d64d9e4-165b-4315-87be-f2693edc9c01",
    "recording_id": null,
    "artist": "Unknown Mortal Orchestra",
    "artist_ids": [
        "e2305342-0bde-4a2c-aed0-4b88694834de"
    ],
    "album": "Sex & Food",
    "release_id": "a35ade35-75d6-4aff-b2c0-124ba5c2dfff",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}