Information about plays

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

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

{
    "id": 441429,
    "uri": "https://api.kexp.org/v2/plays/441429/?format=api",
    "airdate": "2001-07-04T07:30:00-07:00",
    "show": 7447,
    "show_uri": "https://api.kexp.org/v2/shows/7447/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VI-ea6lFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VI-ea6lFL._SL75_.jpg",
    "song": "So What's New?",
    "track_id": "902cb5f1-f7e8-4cb9-824f-e60f56025f40",
    "recording_id": null,
    "artist": "Herb Alpert",
    "artist_ids": [
        "db76f244-049f-440e-be53-cc5f3c0cdfb6"
    ],
    "album": "Definitive Hits",
    "release_id": "114a4940-fdfb-4851-8df5-527cd12f7134",
    "release_group_id": null,
    "labels": [
        "A"
    ],
    "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"
}