Information about plays

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

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

{
    "id": 488651,
    "uri": "https://api.kexp.org/v2/plays/488651/?format=api",
    "airdate": "2001-11-20T19:31:00-08:00",
    "show": 8365,
    "show_uri": "https://api.kexp.org/v2/shows/8365/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PFrbxL-iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PFrbxL-iL._SL75_.jpg",
    "song": "Song of a Lonely Man",
    "track_id": "ccaf2965-a484-42cf-817c-660f768d8765",
    "recording_id": null,
    "artist": "Huun-Huur-Tu",
    "artist_ids": [
        "6e3d75a2-b371-4156-a1c1-7b56e1c965a3"
    ],
    "album": "If I'd Been Born an Eagle",
    "release_id": "4944fa2b-e0ee-4767-bee1-37290b9be45b",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1997-01-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}