Information about plays

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

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

{
    "id": 1255283,
    "uri": "https://api.kexp.org/v2/plays/1255283/?format=api",
    "airdate": "2007-07-16T10:33:14-07:00",
    "show": 21987,
    "show_uri": "https://api.kexp.org/v2/shows/21987/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BA469YSFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BA469YSFL._SL75_.jpg",
    "song": "My Dog Was Lost but Now He's Found",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fiery Furnaces",
    "artist_ids": [
        "2c916f95-f6ba-46fa-b9d8-dc0d9379f603"
    ],
    "album": "Blueberry Boat",
    "release_id": "11bc077b-616b-472d-af4f-98e0265b460e",
    "release_group_id": null,
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "2004-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}