Information about plays

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

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

{
    "id": 1277860,
    "uri": "https://api.kexp.org/v2/plays/1277860/?format=api",
    "airdate": "2007-09-11T08:20:39-07:00",
    "show": 22365,
    "show_uri": "https://api.kexp.org/v2/shows/22365/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5121VRGDHYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5121VRGDHYL._SL75_.jpg",
    "song": "I Ain't Saying My Goodbyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Tom Vek",
    "artist_ids": [
        "83e72d2b-501e-4715-9bdf-8e6ffca42881"
    ],
    "album": "We Have Sound",
    "release_id": "b5b90ada-21e8-46ef-9a35-c248a6b7d24c",
    "release_group_id": null,
    "labels": [
        "Star Records"
    ],
    "label_ids": [
        "a7d921e0-ee77-4cc3-8420-3e0226a947a4"
    ],
    "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"
}