Information about plays

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

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

{
    "id": 1279169,
    "uri": "https://api.kexp.org/v2/plays/1279169/?format=api",
    "airdate": "2007-09-14T16:26:38-07:00",
    "show": 22385,
    "show_uri": "https://api.kexp.org/v2/shows/22385/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TWKM3G2FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TWKM3G2FL._SL75_.jpg",
    "song": "Hell",
    "track_id": null,
    "recording_id": null,
    "artist": "Squirrel Nut Zippers",
    "artist_ids": [
        "31810c40-932a-4f2d-8cfd-17849844e2a6"
    ],
    "album": "Hot",
    "release_id": "70fc4df9-1a86-4357-aac7-0694d4248aed",
    "release_group_id": null,
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "1996-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}