Information about plays

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

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

{
    "id": 498844,
    "uri": "https://api.kexp.org/v2/plays/498844/?format=api",
    "airdate": "2001-12-20T15:35:00-08:00",
    "show": 8560,
    "show_uri": "https://api.kexp.org/v2/shows/8560/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BE2K679XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BE2K679XL._SL75_.jpg",
    "song": "To Know Him Is to Love Him",
    "track_id": "4b198931-bb59-442f-9e95-67b0092db96d",
    "recording_id": null,
    "artist": "The Langley Schools Music Project",
    "artist_ids": [
        "0618a7e5-dbb2-4622-9ecd-7910199e3194"
    ],
    "album": "Innocence & Despair",
    "release_id": "73f035f6-b8d0-4e5a-8fcb-2bf94f2dfb2b",
    "release_group_id": null,
    "labels": [
        "bar none"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}