Information about plays

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

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

{
    "id": 355171,
    "uri": "https://api.kexp.org/v2/plays/355171/?format=api",
    "airdate": "2019-07-16T17:27:26-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "http://coverartarchive.org/release/0d9a74bb-142c-4da1-a95b-9783f62e4eef/22810472168-250.jpg",
    "thumbnail_uri": "",
    "song": "Run the World (Girls)",
    "track_id": "bbb3ad4b-7c76-4e5e-9c2e-8ecb7b37636f",
    "recording_id": null,
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "Homecoming: The Live Album",
    "release_id": "0d9a74bb-142c-4da1-a95b-9783f62e4eef",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Friendly reminder:)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}