Information about plays

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

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

{
    "id": 1342057,
    "uri": "https://api.kexp.org/v2/plays/1342057/?format=api",
    "airdate": "2008-02-22T20:02:00-08:00",
    "show": 23444,
    "show_uri": "https://api.kexp.org/v2/shows/23444/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rdnPDhOjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rdnPDhOjL._SL75_.jpg",
    "song": "Route 66",
    "track_id": "01211555-7ef2-4736-8582-926e5058ce3b",
    "recording_id": null,
    "artist": "Wayne Hancock",
    "artist_ids": [
        "20e85c43-1af6-432a-add7-ce831a29d850"
    ],
    "album": "Swing Time",
    "release_id": "58c1fcad-6088-4dea-bea0-094b87ed0a52",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}