Information about plays

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

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

{
    "id": 1379697,
    "uri": "https://api.kexp.org/v2/plays/1379697/?format=api",
    "airdate": "2008-05-28T20:01:52-07:00",
    "show": 24078,
    "show_uri": "https://api.kexp.org/v2/shows/24078/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pFOrnGRxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pFOrnGRxL._SL75_.jpg",
    "song": "Nobody's Fault but Mine",
    "track_id": "8641c342-222e-4926-99cc-f4b2bbd0f730",
    "recording_id": null,
    "artist": "Beth Rowley",
    "artist_ids": [
        "a5d412b5-d7ca-48e6-8183-24586fa87382"
    ],
    "album": "Little Dreamer",
    "release_id": "45110783-78bf-4809-a8ac-fefed1236f70",
    "release_group_id": null,
    "labels": [
        "Blue Boy"
    ],
    "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"
}