Information about plays

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

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

{
    "id": 519955,
    "uri": "https://api.kexp.org/v2/plays/519955/?format=api",
    "airdate": "2002-02-20T23:14:00-08:00",
    "show": 8973,
    "show_uri": "https://api.kexp.org/v2/shows/8973/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515RRS02N6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515RRS02N6L._SL75_.jpg",
    "song": "Fortune Presents Gifts Not According to the Book",
    "track_id": "4c504231-9f07-4986-a180-683e6faac463",
    "recording_id": null,
    "artist": "Dead Can Dance",
    "artist_ids": [
        "ccda046a-2674-4f7d-97e6-f23d6c156432"
    ],
    "album": "A Passage in Time",
    "release_id": "b46ace25-d668-4574-8019-a4e01e363a51",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1991-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}