Information about plays

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

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

{
    "id": 416074,
    "uri": "https://api.kexp.org/v2/plays/416074/?format=api",
    "airdate": "2001-04-18T15:24:00-07:00",
    "show": 6943,
    "show_uri": "https://api.kexp.org/v2/shows/6943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HJPXNYDWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HJPXNYDWL._SL75_.jpg",
    "song": "The Seasons Reverse",
    "track_id": "0291b949-938d-4f29-b27b-f051f84a57a2",
    "recording_id": null,
    "artist": "Gastr del Sol",
    "artist_ids": [
        "8f54d90b-f322-4e5d-a0fd-bdc960f2d20f"
    ],
    "album": "Camoufleur",
    "release_id": "543b524a-9f9f-4f0a-94f3-465607a193cc",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1998-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}