Information about plays

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

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

{
    "id": 431177,
    "uri": "https://api.kexp.org/v2/plays/431177/?format=api",
    "airdate": "2001-06-04T09:33:20-07:00",
    "show": 7252,
    "show_uri": "https://api.kexp.org/v2/shows/7252/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A67F5Z1WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A67F5Z1WL._SL75_.jpg",
    "song": "Beans & Rice",
    "track_id": "f1bbdbfb-f682-4aef-8439-1e24cb81b5ff",
    "recording_id": null,
    "artist": "Sofa Surfers",
    "artist_ids": [
        "fc01cdec-f2e3-4d43-a1f7-7945ca43618c"
    ],
    "album": "Cargo",
    "release_id": "45adc050-3c93-4736-9861-1121bc70a295",
    "release_group_id": null,
    "labels": [
        "Klein Records"
    ],
    "label_ids": [
        "4d23facc-18d6-42a7-adf8-bc2ab42f018a"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}