Information about plays

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

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

{
    "id": 1376256,
    "uri": "https://api.kexp.org/v2/plays/1376256/?format=api",
    "airdate": "2008-05-20T03:28:32-07:00",
    "show": 24022,
    "show_uri": "https://api.kexp.org/v2/shows/24022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QxuGw8IWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QxuGw8IWL._SL75_.jpg",
    "song": "The Party",
    "track_id": "a6659585-99a8-496e-b5ed-69627437f1cf",
    "recording_id": null,
    "artist": "The Go Find",
    "artist_ids": [
        "dba8be06-3af7-42c7-a218-ca9c199e19c1"
    ],
    "album": "Miami",
    "release_id": "0458623c-a3b7-42c7-87fd-612b8b1630a3",
    "release_group_id": null,
    "labels": [
        "Morr Music"
    ],
    "label_ids": [
        "08f89084-e63e-45ea-937e-b800ca8a60f5"
    ],
    "release_date": "2004-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}