Information about plays

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

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

{
    "id": 1274332,
    "uri": "https://api.kexp.org/v2/plays/1274332/?format=api",
    "airdate": "2007-09-02T10:51:00-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A0QM0RNWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A0QM0RNWL._SL75_.jpg",
    "song": "Stop",
    "track_id": "9a86d939-e993-460b-b971-c9f1ac4d775a",
    "recording_id": null,
    "artist": "Howard Tate",
    "artist_ids": [
        "4136710e-c649-47cd-bb2f-8e0424bfcf5a"
    ],
    "album": "Beg, Scream & Shout! The Big Ol' Box of '60s Soul (Shout 1)",
    "release_id": "f13deb28-4909-4861-9f41-5f4a424e03d1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-08-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}