Information about plays

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

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

{
    "id": 1372689,
    "uri": "https://api.kexp.org/v2/plays/1372689/?format=api",
    "airdate": "2008-05-11T03:13:00-07:00",
    "show": 23961,
    "show_uri": "https://api.kexp.org/v2/shows/23961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41n1FmO22CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41n1FmO22CL._SL75_.jpg",
    "song": "Sixteen Again",
    "track_id": "aa9f198b-83aa-48bf-8964-4657277945a0",
    "recording_id": null,
    "artist": "The Buzzcocks",
    "artist_ids": [
        "31e9c35b-2675-4632-8596-f9bd9286f6c8"
    ],
    "album": "Love Bites",
    "release_id": "8bdea2d1-010f-490b-baeb-6bf81161d7b9",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "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"
}