Information about plays

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

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

{
    "id": 418125,
    "uri": "https://api.kexp.org/v2/plays/418125/?format=api",
    "airdate": "2001-04-25T13:40:00-07:00",
    "show": 6985,
    "show_uri": "https://api.kexp.org/v2/shows/6985/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NDGVGAs7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NDGVGAs7L._SL75_.jpg",
    "song": "Don't Call Me Darling",
    "track_id": "9e0e1bfb-7882-495c-9052-2f4da867128f",
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Cerebral Caustic",
    "release_id": "189273b4-fd64-4cee-9b77-2b27ab6f689f",
    "release_group_id": null,
    "labels": [
        "Permanent Records"
    ],
    "label_ids": [
        "d3c1101f-170d-453f-b973-9ddad56bad99"
    ],
    "release_date": "1995-02-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}