Information about plays

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

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

{
    "id": 453487,
    "uri": "https://api.kexp.org/v2/plays/453487/?format=api",
    "airdate": "2001-08-08T12:56:00-07:00",
    "show": 7673,
    "show_uri": "https://api.kexp.org/v2/shows/7673/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418FTYNPTNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418FTYNPTNL._SL75_.jpg",
    "song": "Papa, Oh, Papa",
    "track_id": "662f6b5d-89b8-402a-b4bb-0a44f1499f36",
    "recording_id": null,
    "artist": "Johnny Dowd",
    "artist_ids": [
        "5852ea02-04f4-49a9-ab8a-40555ac4c1d5"
    ],
    "album": "Wrong Side of Memphis",
    "release_id": "8ab2db0a-dd6a-4443-8535-08d8477e7e97",
    "release_group_id": null,
    "labels": [
        "Checkered Past"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}