Information about plays

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

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

{
    "id": 350452,
    "uri": "https://api.kexp.org/v2/plays/350452/?format=api",
    "airdate": "2019-07-05T12:52:19-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/e5b2ec24-8d2c-4641-8058-815cb35e67a7/18918680426-250.jpg",
    "thumbnail_uri": "",
    "song": "The Fox in Motion",
    "track_id": "2d4afe84-3a44-4eda-bda5-7ff3d1607aaf",
    "recording_id": null,
    "artist": "Hop Along",
    "artist_ids": [
        "91640d9b-b077-4271-9fb7-84f3ea543f24"
    ],
    "album": "Bark Your Head Off, Dog",
    "release_id": "e5b2ec24-8d2c-4641-8058-815cb35e67a7",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}