Information about plays

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

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

{
    "id": 478547,
    "uri": "https://api.kexp.org/v2/plays/478547/?format=api",
    "airdate": "2001-10-20T22:10:35-07:00",
    "show": 8163,
    "show_uri": "https://api.kexp.org/v2/shows/8163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PnwtnCMIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PnwtnCMIL._SL75_.jpg",
    "song": "Mermaid Scar",
    "track_id": "085184b0-ea80-4724-983c-1efdf4825143",
    "recording_id": null,
    "artist": "High Contrast",
    "artist_ids": [
        "889b69e3-7b18-4889-b953-9f2931597204"
    ],
    "album": "True Colours",
    "release_id": "17d6ae96-0c52-46e7-a2cd-48a95df1e5f8",
    "release_group_id": null,
    "labels": [
        "Hospital Records"
    ],
    "label_ids": [
        "8562598d-60d1-4bd6-8b85-4d709e951770"
    ],
    "release_date": "2002-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}