Information about plays

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

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

{
    "id": 426909,
    "uri": "https://api.kexp.org/v2/plays/426909/?format=api",
    "airdate": "2001-05-22T13:10:35-07:00",
    "show": 7168,
    "show_uri": "https://api.kexp.org/v2/shows/7168/?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": "Just Like a Dog",
    "track_id": "a01f35ab-5e93-4e1f-b409-710e644e5bb3",
    "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": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}