Information about plays

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

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

{
    "id": 432850,
    "uri": "https://api.kexp.org/v2/plays/432850/?format=api",
    "airdate": "2001-06-09T03:21:10-07:00",
    "show": 7280,
    "show_uri": "https://api.kexp.org/v2/shows/7280/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511y-SZ8RFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511y-SZ8RFL._SL75_.jpg",
    "song": "Long as I Can See the Light",
    "track_id": "3b8f9d19-ee79-43a3-a952-484effd2e32e",
    "recording_id": null,
    "artist": "Ted Hawkins",
    "artist_ids": [
        "f1161aed-e33e-47ec-ba18-8f87766cec09"
    ],
    "album": "The Next Hundred Years",
    "release_id": "3656621a-78ed-4181-9310-56b2c74e181e",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "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"
}