Information about plays

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

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

{
    "id": 429771,
    "uri": "https://api.kexp.org/v2/plays/429771/?format=api",
    "airdate": "2001-05-30T23:33:20-07:00",
    "show": 7223,
    "show_uri": "https://api.kexp.org/v2/shows/7223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XBSTC4XTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XBSTC4XTL._SL75_.jpg",
    "song": "Electric Lazyland",
    "track_id": "ae42ba43-09a5-4adc-a4b3-1d1c1c2235cb",
    "recording_id": null,
    "artist": "9 Lazy 9",
    "artist_ids": [
        "511481ee-1b97-4333-a161-0492f3e1303c"
    ],
    "album": "The Herb",
    "release_id": "b181c56b-6aad-4f41-9104-3f3c044d8be1",
    "release_group_id": null,
    "labels": [
        "ninja tune/shadow"
    ],
    "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"
}