Information about plays

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

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

{
    "id": 429177,
    "uri": "https://api.kexp.org/v2/plays/429177/?format=api",
    "airdate": "2001-05-29T07:52:56-07:00",
    "show": 7213,
    "show_uri": "https://api.kexp.org/v2/shows/7213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51e-WuYQgQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51e-WuYQgQL._SL75_.jpg",
    "song": "The Thing That Only Eats Hippies",
    "track_id": "c706a7f9-3d30-4fd5-bf62-12c9e8b5289e",
    "recording_id": null,
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "Eat Your Paisley",
    "release_id": "b4faf984-7f51-4908-b287-98cf84b2d4f5",
    "release_group_id": null,
    "labels": [
        "restless"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}