Information about plays

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

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

{
    "id": 1178034,
    "uri": "https://api.kexp.org/v2/plays/1178034/?format=api",
    "airdate": "2006-12-28T19:53:52-08:00",
    "show": 20656,
    "show_uri": "https://api.kexp.org/v2/shows/20656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Njq%2BDvVaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Njq%2BDvVaL._SL75_.jpg",
    "song": "Been Down Too Long",
    "track_id": null,
    "recording_id": null,
    "artist": "Scott H. Biram",
    "artist_ids": [
        "5ccfbbf2-62da-4e38-b1ba-b4f798ada177"
    ],
    "album": "Graveyard Shift",
    "release_id": "586bd64e-e68f-4406-9909-af4a2803ae42",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2006-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}